Compare commits

...
Author SHA1 Message Date
Brent Vatne f773ec8e16 Update version in React.podspec and package.json 2015-07-31 18:16:39 -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.8.0"
s.version = "0.9.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.8.0",
"version": "0.9.0-rc",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {