diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 15b520967f6..636d08d2955 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.45.0-rc.0 +VERSION_NAME=0.45.0-rc.1 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/package.json b/package.json index 27f197f6247..1f3d223256a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.45.0-rc.0", + "version": "0.45.0-rc.1", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {