Skip to content

Commit 1d1576b

Browse files
authored
Merge pull request #24 from uhooi/release/0.6.0
Release 0.6.0
2 parents 28a1dfd + 0184fb3 commit 1d1576b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can add this package to `Package.swift`, include it in your target dependenc
3434
```swift
3535
let package = Package(
3636
dependencies: [
37-
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.5.0")),
37+
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.6.0")),
3838
],
3939
targets: [
4040
.target(
@@ -54,15 +54,15 @@ See [documentation](https://developer.apple.com/documentation/swift_packages/add
5454
This library is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your `Podfile`:
5555

5656
```ruby
57-
pod 'UHIHTTPClient', '~> 0.5.0'
57+
pod 'UHIHTTPClient', '~> 0.6.0'
5858
```
5959

6060
### Carthage
6161

6262
This library is available through [Carthage](https://github.com/Carthage/Carthage). To install it, simply add the following line to your `Cartfile`:
6363

6464
```
65-
github "uhooi/swift-http-client" ~> 0.5.0
65+
github "uhooi/swift-http-client" ~> 0.6.0
6666
```
6767

6868
## How to use

UHIHTTPClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'UHIHTTPClient'
3-
spec.version = '0.5.0'
3+
spec.version = '0.6.0'
44
spec.license = { :type => 'MIT', :file => 'LICENSE' }
55
spec.summary = 'Communicate via HTTP easily in Swift.'
66
spec.homepage = 'https://github.com/uhooi/swift-http-client'

0 commit comments

Comments
 (0)