From 2f1ed20a6ea18a2505bfed0317c2edaa693526e6 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Wed, 20 Jan 2016 15:07:26 +0000 Subject: [PATCH] [0.19.0-rc] Bump version numbers --- React.podspec | 2 +- ReactAndroid/gradle.properties | 2 +- local-cli/generator-android/templates/src/app/build.gradle | 2 +- package.json | 2 +- scripts/release.sh | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/React.podspec b/React.podspec index 4891cb3b247..b7e0693ac3f 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.0.0-master" + s.version = "0.19.0-rc" 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 e038115dd4e..04cce454375 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.12.0-SNAPSHOT +VERSION_NAME=0.19.0 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/local-cli/generator-android/templates/src/app/build.gradle b/local-cli/generator-android/templates/src/app/build.gradle index 68f2f417ff0..17ee5650457 100644 --- a/local-cli/generator-android/templates/src/app/build.gradle +++ b/local-cli/generator-android/templates/src/app/build.gradle @@ -121,5 +121,5 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:0.13.0" + compile "com.facebook.react:react-native:0.19.+" } diff --git a/package.json b/package.json index 88fdbc580c0..a95863f4037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.0.0-master", + "version": "0.19.0-rc", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": { diff --git a/scripts/release.sh b/scripts/release.sh index f2cb68e6ddc..6f507cf50be 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -47,7 +47,6 @@ for i in "${artifacts_list[@]}"; do artifact_file="${artifacts_dir}/react-native-${RELEASE}.0${i}" [ -e "${artifact_file}" ] || error "Couldn't find file: ${artifact_file}" - [ -e "${artifact_file}.asc" ] || error "Couldn't find file: ${artifact_file}.asc" done success "Generated artifacts for Maven"