Skip to content

Commit

Permalink
[0.14.1] Bump version numbers
Browse files Browse the repository at this point in the history
0.14.1 contains a simple fix for Windows bat files.
  • Loading branch information
ide committed Nov 6, 2015
1 parent 7b5c140 commit 46aa9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions React.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.14.0"
s.version = "0.14.1"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
Expand Down Expand Up @@ -103,11 +103,11 @@ Pod::Spec.new do |s|
ss.source_files = "Libraries/LinkingIOS/*.{h,m}"
ss.preserve_paths = "Libraries/LinkingIOS/*.js"
end

s.subspec 'RCTTest' do |ss|
ss.source_files = "Libraries/RCTTest/**/*.{h,m}"
ss.preserve_paths = "Libraries/RCTTest/**/*.js"
ss.frameworks = "XCTest"
end

end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.14.0",
"version": "0.14.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
Expand Down

0 comments on commit 46aa9c6

Please sign in to comment.