diff --git a/README.md b/README.md index aa8dcbb..6b25984 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.boot b/build.boot index 6a1b8f2..069dc21 100644 --- a/build.boot +++ b/build.boot @@ -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+)