diff --git a/README.md b/README.md index 0c98d76..40cdb3e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are welcome. ## State -- Uses React Native v0.33 +- Uses React Native v0.34 - Same codebase for 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 5da4fc4..9d14969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-natal", - "version": "0.2.42", + "version": "0.2.43", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "main": "index.js", "author": "Artur Girenko ",