From 3e956f6608ea387f70a74fb7f92f172e0617c39c Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 31 Mar 2016 14:13:34 +0100 Subject: [PATCH] [0.23.0-rc3] Bump version numbers --- React.podspec | 2 +- ReactAndroid/gradle.properties | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/React.podspec b/React.podspec index 5ea6921191d..8ba55a0353c 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.23.0-rc2" + s.version = "0.23.0-rc3" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 7feedca6405..d5e0c305a99 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.0.1-master +VERSION_NAME=0.23.0-rc3 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/package.json b/package.json index 155819f8f2d..574ebd574e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.23.0-rc2", + "version": "0.23.0-rc3", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": { @@ -189,4 +189,4 @@ "react": "^0.14.5", "shelljs": "0.6.0" } -} +} \ No newline at end of file