From ee7e4ab1a30b95e0468ba3db7b8b100d2e077d71 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Wed, 7 Jun 2017 13:37:25 +0200 Subject: [PATCH] [0.46.0-rc.0] Bump version numbers --- ReactAndroid/gradle.properties | 2 +- package.json | 4 ++-- scripts/test-manual-e2e.sh | 25 ------------------------- 3 files changed, 3 insertions(+), 28 deletions(-) diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 9b7ac6d1254..7b139114c6c 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1000.0.0-master +VERSION_NAME=0.46.0-rc.0 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/package.json b/package.json index 6b54786e744..95441290f0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "1000.0.0", + "version": "0.46.0-rc.0", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": { @@ -238,4 +238,4 @@ "shelljs": "0.6.0", "sinon": "^2.2.0" } -} +} \ No newline at end of file diff --git a/scripts/test-manual-e2e.sh b/scripts/test-manual-e2e.sh index 7159edde7e7..f44a7c3da7f 100755 --- a/scripts/test-manual-e2e.sh +++ b/scripts/test-manual-e2e.sh @@ -42,31 +42,6 @@ success "Killing any running packagers" lsof -i :8081 | grep LISTEN lsof -i :8081 | grep LISTEN | /usr/bin/awk '{print $2}' | xargs kill -info "Start the packager in another terminal by running 'npm start' from the root" -info "and then press any key." -info "" -read -n 1 - -./gradlew :RNTester:android:app:installDebug || error "Couln't build RNTester Android" - -info "Press any key to run RNTester in an already running Android emulator/device" -info "" -read -n 1 -adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity - -info "Press any key to open the project in Xcode, then build and test manually." -info "" -read -n 1 -open "RNTester/RNTester.xcodeproj" - -info "When done testing RNTester app on iOS and Android press any key to continue." -info "" -read -n 1 - -success "Killing packager" -lsof -i :8081 | grep LISTEN -lsof -i :8081 | grep LISTEN | /usr/bin/awk '{print $2}' | xargs kill - npm pack PACKAGE=$(pwd)/react-native-$PACKAGE_VERSION.tgz