Compare commits

...
Author SHA1 Message Date
Brent Vatne 30f739b2fb [Podspec] Update for 0.7.0-rc 2015-06-25 11:17:32 -07:00
Brent Vatne fd2c8465cb [Package.json] Update npm package version to 0.7.0 2015-06-25 11:13:24 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.4.4"
s.version = "0.7.0-rc"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.6.0",
"version": "0.7.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {