bump RN version to 0.20.0 - v0.2.25
This commit is contained in:
parent
9e18eaab39
commit
ba068b17f7
|
@ -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>",
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue