From 29997b36449f4f178f18878f2b286b096a0c12ac Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 4 Feb 2016 12:06:12 +0000 Subject: [PATCH] [0.20.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 | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/React.podspec b/React.podspec index 4891cb3b247f69..d88126868f679d 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.20.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 e038115dd4ea21..13a44422ec0968 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.12.0-SNAPSHOT +VERSION_NAME=0.20.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 943b871a27c1c9..f0b852c7b7d90f 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.20.+" } diff --git a/package.json b/package.json index e7040699e3704d..470d84478ed232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.0.0-master", + "version": "0.20.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 ce3b9dba9bd30f..a4019d5f118ca7 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -46,8 +46,8 @@ artifacts_dir=~/.m2/repository/com/facebook/react/react-native/${RELEASE}.0 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" +# [ -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"