Skip to content

Commit 19ddbac

Browse files
committed
[Versions] Update versions in package.json and podspec to 0.7.1
Summary: When developing against master I want to rely on the version numbers being reasonably accurate. Closes #1804 Github Author: James Ide <[email protected]>
1 parent 04fa09a commit 19ddbac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "React"
3-
s.version = "0.4.2"
3+
s.version = "0.8.0"
44
s.summary = "Build high quality mobile apps using React."
55
s.description = <<-DESC
66
React Native apps are built using the React JS

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

0 commit comments

Comments
 (0)