Compare commits

...
Author SHA1 Message Date
James Ide e8854b771e [0.24.0-rc] Bump version numbers 2016-04-04 12:39:23 -07:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "React"
s.version = package['version']
s.version = "0.24.0-rc"
s.summary = package['description']
s.description = <<-DESC
React Native apps are built using the React JS
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.1-master
VERSION_NAME=0.24.0-rc
GROUP=com.facebook.react
POM_NAME=ReactNative
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "1000.0.0",
"version": "0.24.0-rc",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {