diff --git a/CHANGELOG.md b/CHANGELOG.md index b33797f..145e9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/SwiftyZeroMQ.podspec b/SwiftyZeroMQ.podspec index 9751a6a..9dddd83 100644 --- a/SwiftyZeroMQ.podspec +++ b/SwiftyZeroMQ.podspec @@ -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 diff --git a/SwiftyZeroMQ/Info.plist b/SwiftyZeroMQ/Info.plist index e316186..719ecbb 100644 --- a/SwiftyZeroMQ/Info.plist +++ b/SwiftyZeroMQ/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.15 + 1.0.16 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/UserGuide.md b/UserGuide.md index a26445f..ecab174 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -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: @@ -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: