[0.10.1] Publish fix for new project

This commit is contained in:
James Ide
2015-08-28 12:58:54 -07:00
parent 31da1be640
commit 00079d2167
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.10.0"
s.version = "0.10.1"
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.10.0",
"version": "0.10.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {