Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Sep 18, 2017
1 parent a8a58bc commit db6d47a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## [3.0.1](https://github.com/theadam/SwiftClient/tree/3.0.1) (2017-04-01)
## [3.0.2](https://github.com/theadam/SwiftClient/tree/3.0.2) (2017-09-19)
[Full Changelog](https://github.com/theadam/SwiftClient/compare/3.0.1...3.0.2)

**Closed issues:**

- Use with swift package manager [\#23](https://github.com/theadam/SwiftClient/issues/23)

**Merged pull requests:**

- Downgrade deploy target [\#24](https://github.com/theadam/SwiftClient/pull/24) ([SandroMachado](https://github.com/SandroMachado))

## [3.0.1](https://github.com/theadam/SwiftClient/tree/3.0.1) (2017-03-31)
[Full Changelog](https://github.com/theadam/SwiftClient/compare/3.0.0...3.0.1)

**Merged pull requests:**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
github "theadam/SwiftClient" ~> 3.0.2
```

Run `carthage update` to build the framework and drag the built `SwiftClient.framework` into your Xcode project.
Expand All @@ -34,7 +34,7 @@ platform :ios, '9.0'

use_frameworks!

pod 'SwiftClient', '~> 3.0.1'
pod 'SwiftClient', '~> 3.0.2'
```

Then, run the following command:
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</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftClient'
s.version = '3.0.1'
s.version = '3.0.2'
s.license = 'MIT'
s.summary = 'A simple HTTP client library written in Swift 3'
s.homepage = 'https://github.com/theadam/SwiftClient'
Expand Down

0 comments on commit db6d47a

Please sign in to comment.