diff --git a/README.md b/README.md index 4e8424d..d879f1a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are very welcome. ## Status -- Uses [React Native] v0.55.4 +- Uses [React Native] v0.57.7 - Reusable codebase between iOS and Android - Figwheel used for REPL and live coding - Works in iOS (real device and simulator) diff --git a/package.json b/package.json index 4d029bf..b629e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-natal", - "version": "0.9.0", + "version": "0.10.0", "description": "Bootstrap ClojureScript React Native apps with reagent, re-frame and om next for iOS and Android", "main": "index.js", "author": "Artur Girenko ",