From 0aa7743b5f2cabfda2f88001fe815cbc91eef758 Mon Sep 17 00:00:00 2001 From: James Ide Date: Wed, 26 Jul 2017 16:56:28 -0700 Subject: [PATCH] [0.47.0-rc.5] Bump version numbers --- ReactAndroid/gradle.properties | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 5cca8b0efac..0326580d951 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.47.0-rc.4 +VERSION_NAME=0.47.0-rc.5 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/package.json b/package.json index c824970fb89..1f4596b9fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.47.0-rc.4", + "version": "0.47.0-rc.5", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {