Skip to content

Commit

Permalink
[0.20.0-rc] Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander committed Feb 4, 2016
1 parent 81fb985 commit 29997b3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.12.0-SNAPSHOT
VERSION_NAME=0.20.0
GROUP=com.facebook.react

POM_NAME=ReactNative
Expand Down
2 changes: 1 addition & 1 deletion local-cli/generator-android/templates/src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29997b3

Please sign in to comment.