Skip to content

Commit

Permalink
Bump version to 1.0.16 and releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Oct 27, 2016
1 parent 152d6e5 commit 22114dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ first).
- Fix Travis CI random failures.
- Fix ruby script to check for MacOS.

- 1.0.15
- 1.0.16
- Breaking changes:
- Add .frameworkVersion and refactor `.versionString` into `.version`.
- Rename SwiftyZeroMQError to ZeroMQError and scope it under `SwiftyZeroMQ`.
Expand Down
2 changes: 1 addition & 1 deletion SwiftyZeroMQ.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyZeroMQ"
s.version = "1.0.15"
s.version = "1.0.16"
s.summary = "ZeroMQ Swift Bindings for iOS."
s.description = <<-DESC
This project provides iOS Swift bindings for the ZeroMQ
Expand Down
2 changes: 1 addition & 1 deletion SwiftyZeroMQ/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.15</string>
<string>1.0.16</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for your Xcode projects. Please follow these steps:
- Add the following lines to your `Podfile`:
```ruby
use_frameworks!
pod 'SwiftyZeroMQ', '~> 1.0.15'
pod 'SwiftyZeroMQ', '~> 1.0.16'
```

- Run the following command in the project root directory:
Expand All @@ -56,7 +56,7 @@ dependency manager for Cocoa. Please follow these steps:

- Add the following lines to your 'Cartfile':
```
github "azawawi/SwiftyZeroMQ" ~> 1.0.15
github "azawawi/SwiftyZeroMQ" ~> 1.0.16
```

- Build the `SwiftyZeroMQ.framework` with the following commands:
Expand Down

0 comments on commit 22114dd

Please sign in to comment.