Compare commits

...
Author SHA1 Message Date
Brent Vatne bb0c21cb2e [Package.json] 0.6.0 2015-06-25 11:21:29 -07:00
Brent Vatne d2e57ccd41 [Podspec] Update for 0.6 2015-06-25 11:19:52 -07:00
Eric Vicenti 41eaf60e6f 0.6.0-rc 2015-06-05 15:43:01 -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.6.0"
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.4.4",
"version": "0.6.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {