Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Apr 12, 2016
1 parent ca41bfc commit 3aa6521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ The reverse is also true. This means that an atom modified in a tab
Or, to try the latest version that uses [Transit](https://github.com/cognitect/transit-cljs):

```clojure
[alandipert/storage-atom "2.0.0"]
[alandipert/storage-atom "2.0.1"]
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -11,7 +11,7 @@
(require '[adzerk.bootlaces :refer :all]
'[crisptrutski.boot-cljs-test :refer [test-cljs]])

(def +version+ "2.0.0")
(def +version+ "2.0.1")

(bootlaces! +version+)

Expand Down

0 comments on commit 3aa6521

Please sign in to comment.