We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127ce1 commit 7fdbc4cCopy full SHA for 7fdbc4c
2 files changed
React.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "React"
3
- s.version = "0.13.0-rc"
+ s.version = "0.13.0"
4
s.summary = "Build high quality mobile apps using React."
5
s.description = <<-DESC
6
React Native apps are built using the React JS
@@ -103,5 +103,5 @@ Pod::Spec.new do |s|
103
ss.source_files = "Libraries/LinkingIOS/*.{h,m}"
104
ss.preserve_paths = "Libraries/LinkingIOS/*.js"
105
end
106
-
+
107
package.json
{
"name": "react-native",
- "version": "0.13.0-rc",
+ "version": "0.13.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
0 commit comments