Skip to content

Commit 8fd5bcc

Browse files
committed
[0.57.3] Bump version numbers
1 parent b1aed4d commit 8fd5bcc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
exports.version = {
1313
major: 0,
1414
minor: 57,
15-
patch: 2,
15+
patch: 3,
1616
prerelease: null,
1717
};

React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static void __makeVersion()
2222
__rnVersion = @{
2323
RCTVersionMajor: @(0),
2424
RCTVersionMinor: @(57),
25-
RCTVersionPatch: @(2),
25+
RCTVersionPatch: @(3),
2626
RCTVersionPrerelease: [NSNull null],
2727
};
2828
}

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.57.2
1+
VERSION_NAME=0.57.3
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
1717
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
1818
"major", 0,
1919
"minor", 57,
20-
"patch", 2,
20+
"patch", 3,
2121
"prerelease", null);
2222
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.57.2",
3+
"version": "0.57.3",
44
"description": "A framework for building native apps using React",
55
"license": "MIT",
66
"repository": {
@@ -238,4 +238,4 @@
238238
}
239239
}
240240
}
241-
}
241+
}

0 commit comments

Comments
 (0)