Skip to content

Commit ab21e6b

Browse files
committed
[0.24.0-rc5] Bump version numbers
1 parent 03c1688 commit ab21e6b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
66
s.name = "React"
7-
s.version = "0.24.0-rc4"
7+
s.version = "0.24.0-rc5"
88
s.summary = package['description']
99
s.description = <<-DESC
1010
React Native apps are built using the React JS

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.24.0-rc4
1+
VERSION_NAME=0.24.0-rc5
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

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.24.0-rc4",
3+
"version": "0.24.0-rc5",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)