Skip to content

Commit 463059b

Browse files
authored
Merge pull request #7 from uhooi/release/0.4.0
Release 0.4.0
2 parents 7a887a8 + b4a6523 commit 463059b

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
@@ -28,7 +28,7 @@ You can add this package to `Package.swift`, include it in your target dependenc
2828
```swift
2929
let package = Package(
3030
dependencies: [
31-
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.3.0")),
31+
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.4.0")),
3232
],
3333
targets: [
3434
.target(
@@ -48,15 +48,15 @@ See [documentation](https://developer.apple.com/documentation/swift_packages/add
4848
This library is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your `Podfile`:
4949

5050
```ruby
51-
pod 'UHIHTTPClient', '~> 0.3.0'
51+
pod 'UHIHTTPClient', '~> 0.4.0'
5252
```
5353

5454
### Carthage
5555

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

5858
```
59-
github "uhooi/swift-http-client" ~> 0.3.0
59+
github "uhooi/swift-http-client" ~> 0.4.0
6060
```
6161

6262
## 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.3.0'
3+
spec.version = '0.4.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)