Skip to content

Commit 7fdbc4c

Browse files
committed
[0.13.0] Change package.json and React.podspec versions
1 parent 3127ce1 commit 7fdbc4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

React.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "React"
3-
s.version = "0.13.0-rc"
3+
s.version = "0.13.0"
44
s.summary = "Build high quality mobile apps using React."
55
s.description = <<-DESC
66
React Native apps are built using the React JS
@@ -103,5 +103,5 @@ Pod::Spec.new do |s|
103103
ss.source_files = "Libraries/LinkingIOS/*.{h,m}"
104104
ss.preserve_paths = "Libraries/LinkingIOS/*.js"
105105
end
106-
106+
107107
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.13.0-rc",
3+
"version": "0.13.0",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)