Skip to content

Commit

Permalink
bump RN version to 0.20.0 - v0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Feb 18, 2016
1 parent 9e18eaa commit ba068b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down
2 changes: 1 addition & 1 deletion re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ba068b1

Please sign in to comment.