Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Dec 3, 2019
1 parent 4595e6f commit 580990c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ A fork of [core.async](https://github.com/clojure/core.async) ported for use wit
[Deps](https://clojure.org/guides/deps_and_cli) dependency information:

```clj
{andare {:mvn/version "0.11.0"}}
{andare {:mvn/version "0.12.0"}}
```

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

```clj
[andare "0.11.0"]
[andare "0.12.0"]
```

[Maven](http://maven.apache.org/) dependency information:
Expand All @@ -24,7 +24,7 @@ A fork of [core.async](https://github.com/clojure/core.async) ported for use wit
<dependency>
<groupId>andare</groupId>
<artifactId>andare</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

Expand All @@ -44,6 +44,7 @@ Andare preserves the namespaces present in `core.async`. Thus, bootstrap-compati

| Andare | `core.async` |
|:------:|:------------:|
| 0.12.0 | 0.6.532 |
| 0.11.0 | 0.4.500 |
| 0.10.0 | 0.4.490 |
| 0.9.0 | 0.4.474 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "andare",
"version": "0.11.0",
"version": "0.12.0",
"description": "A fork of core.async ported for use with bootstrapped ClojureScript.",
"author": {
"name": "Mike Fikes",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject andare "0.11.0"
(defproject andare "0.12.0"
:description "core.async for bootstrap ClojureScript"
:url "https://github.com/mfikes/andare"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 580990c

Please sign in to comment.