diff --git a/React.podspec b/React.podspec index b776b5b3102..d8991c8ed29 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.15.0-rc" + s.version = "0.15.0" 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 0f2d40eaddb..2862fdda349 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.15.1 +VERSION_NAME=0.15.2 GROUP=com.facebook.react POM_NAME=ReactNative diff --git a/package.json b/package.json index 2d579c49451..53f2df05bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.15.0-rc", + "version": "0.15.0", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {