Skip to content

Commit 035c181

Browse files
author
Martin Konicek
committed
[0.14.0-rc] Bump versions
1 parent dad45aa commit 035c181

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.12.0-SNAPSHOT
1+
VERSION_NAME=0.14.0
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

local-cli/generator-android/templates/src/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ android {
7474
dependencies {
7575
compile fileTree(dir: "libs", include: ["*.jar"])
7676
compile "com.android.support:appcompat-v7:23.0.1"
77-
compile "com.facebook.react:react-native:0.13.0"
77+
compile "com.facebook.react:react-native:0.14.+"
7878
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.12.0",
3+
"version": "0.14.0",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)