From c5fc356bfec28157fbac5ae2714ef9e18a0fd0f3 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Fri, 8 Apr 2016 13:24:23 +0200 Subject: [PATCH] v0.2.30 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2f6cd7..249fccb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are welcome. ## State -- Uses React Native v0.22 +- Uses React Native v0.23 - 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 8b3bf3d..603d6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-natal", - "version": "0.2.29", + "version": "0.2.30", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "main": "index.js", "author": "Artur Girenko ",