[0.23.0-rc2] Bump version numbers

This commit is contained in:
Martin Konicek
2016-03-31 13:54:00 +01:00
parent d782af285b
commit ef1fdf8fb1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.0.1-master"
s.version = "0.23.0-rc2"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.12.0-SNAPSHOT
VERSION_NAME=0.23.0-rc2
GROUP=com.facebook.react
POM_NAME=ReactNative
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.0.0-master",
"version": "0.23.0-rc2",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {