[0.60.1] Bump version numbers

This commit is contained in:
cpojer
2019-07-11 16:51:34 +01:00
parent e857d7066b
commit 8dd8ec7cb0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 60,
patch: 0,
patch: 1,
prerelease: null,
};
+1 -1
View File
@@ -22,7 +22,7 @@ static void __makeVersion()
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(60),
RCTVersionPatch: @(0),
RCTVersionPatch: @(1),
RCTVersionPrerelease: [NSNull null],
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.60.0
VERSION_NAME=0.60.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 60,
"patch", 0,
"patch", 1,
"prerelease", null);
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.60.0",
"version": "0.60.1",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
@@ -163,4 +163,4 @@
}
}
}
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.0"
"react-native": "0.60.1"
},
"devDependencies": {
"@babel/core": "^7.5.0",