bump RN version to 0.20.0 - v0.2.25

This commit is contained in:
Artur Girenko 2016-02-18 14:14:19 +01:00
parent 9e18eaab39
commit ba068b17f7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "re-natal",
"version": "0.2.24",
"version": "0.2.25",
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
"main": "index.js",
"author": "Artur Girenko <a.girenko@gmail.com>",

View File

@ -27,7 +27,7 @@ interfaceDepsRx = /\$INTERFACE_DEPS\$/g
platformRx = /\$PLATFORM\$/g
devHostRx = /\$DEV_HOST\$/g
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
rnVersion = '0.19.0'
rnVersion = '0.20.0'
rnPackagerPort = 8081
process.title = 're-natal'
interfaceConf =