Skip to content

Commit e11396e

Browse files
author
Distiller
committed
[0.72.0-rc.4] Bump version numbers
1 parent 60a452b commit e11396e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.0.4.3)
6+
activesupport (7.0.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
cocoapods (~> 1.12)
9494

9595
RUBY VERSION
96-
ruby 3.0.5p211
96+
ruby 3.0.6p216
9797

9898
BUNDLED WITH
99-
2.4.10
99+
2.4.13

packages/react-native/Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ exports.version = {
1313
major: 0,
1414
minor: 72,
1515
patch: 0,
16-
prerelease: 'rc.3',
16+
prerelease: 'rc.4',
1717
};

packages/react-native/React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(72),
2626
RCTVersionPatch: @(0),
27-
RCTVersionPrerelease: @"rc.3",
27+
RCTVersionPrerelease: @"rc.4",
2828
};
2929
});
3030
return __rnVersion;

packages/react-native/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.72.0-rc.3
1+
VERSION_NAME=0.72.0-rc.4
22
GROUP=com.facebook.react
33

44
# JVM Versions

packages/react-native/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
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
1818
"major", 0,
1919
"minor", 72,
2020
"patch", 0,
21-
"prerelease", "rc.3");
21+
"prerelease", "rc.4");
2222
}

packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ constexpr struct {
1818
int32_t Major = 0;
1919
int32_t Minor = 72;
2020
int32_t Patch = 0;
21-
std::string_view Prerelease = "rc.3";
21+
std::string_view Prerelease = "rc.4";
2222
} ReactNativeVersion;
2323

2424
} // namespace facebook::react

packages/react-native/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.72.0-rc.3",
3+
"version": "0.72.0-rc.4",
44
"bin": "./cli.js",
55
"description": "A framework for building native apps using React",
66
"license": "MIT",
@@ -133,4 +133,4 @@
133133
}
134134
]
135135
}
136-
}
136+
}

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.2.0",
14-
"react-native": "0.72.0-rc.3"
14+
"react-native": "0.72.0-rc.4"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)