Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e6fd4a

Browse files
committed
[0.25.0-rc] Bump version numbers
1 parent 42cfba5 commit 2e6fd4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = package['version']
7+
s.version = "0.25.0-rc"
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=1000.0.0-master
1+
VERSION_NAME=0.25.0-rc
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

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": "1000.0.0",
3+
"version": "0.25.0-rc",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -192,4 +192,4 @@
192192
"react": "^0.14.5",
193193
"shelljs": "0.6.0"
194194
}
195-
}
195+
}

0 commit comments

Comments
 (0)