Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grosam committed Apr 28, 2016
1 parent 660933a commit e52dc46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module: FutureLib
module_version: 1.0.0
module_version: 1.0.1
author: Andreas Grosam
github_url: https://github.com/couchdeveloper/futurelib
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion FutureLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'FutureLib'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.summary = 'FutureLib is a pure Swift 2 library implementing Skala-like Futures & Promises'
spec.license = 'Apache License, Version 2.0'
spec.homepage = 'https://github.com/couchdeveloper/FutureLib'
Expand Down
2 changes: 1 addition & 1 deletion PerformanceTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e52dc46

Please sign in to comment.