From 1d2587fe370e07da2dabd5311f8564fb75a425bf Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Sat, 1 Apr 2017 00:57:51 +0100 Subject: [PATCH] Release 3.0.1 --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- SwiftClient.podspec | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf5edb..fa6ead5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [3.0.0](https://github.com/theadam/SwiftClient/tree/3.0.0) (2017-04-01) +## [3.0.1](https://github.com/theadam/SwiftClient/tree/3.0.1) (2017-04-01) +[Full Changelog](https://github.com/theadam/SwiftClient/compare/3.0.0...3.0.1) + +**Merged pull requests:** + +- Update podspec [\#22](https://github.com/theadam/SwiftClient/pull/22) ([SandroMachado](https://github.com/SandroMachado)) + +## [3.0.0](https://github.com/theadam/SwiftClient/tree/3.0.0) (2017-03-31) [Full Changelog](https://github.com/theadam/SwiftClient/compare/2.0.3...3.0.0) **Closed issues:** diff --git a/README.md b/README.md index 9f9b631..fb1cfd5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ brew install carthage To integrate `SwiftClient` into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "theadam/SwiftClient" ~> 3.0.0 +github "theadam/SwiftClient" ~> 3.0.1 ``` Run `carthage update` to build the framework and drag the built `SwiftClient.framework` into your Xcode project. @@ -34,7 +34,7 @@ platform :ios, '9.0' use_frameworks! -pod 'SwiftClient', '~> 3.0.0' +pod 'SwiftClient', '~> 3.0.1' ``` Then, run the following command: diff --git a/SwiftClient.podspec b/SwiftClient.podspec index 510eaeb..4db7066 100644 --- a/SwiftClient.podspec +++ b/SwiftClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftClient' - s.version = '3.0.0' + s.version = '3.0.1' s.license = 'MIT' s.summary = 'A simple HTTP client library written in Swift 3' s.homepage = 'https://github.com/theadam/SwiftClient'