Skip to content

Commit

Permalink
Merge pull request #7 from uhooi/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
uhooi authored Aug 2, 2021
2 parents 7a887a8 + b4a6523 commit 463059b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can add this package to `Package.swift`, include it in your target dependenc
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.3.0")),
.package(url: "https://github.com/uhooi/swift-http-client", .upToNextMajor(from: "0.4.0")),
],
targets: [
.target(
Expand All @@ -48,15 +48,15 @@ See [documentation](https://developer.apple.com/documentation/swift_packages/add
This library is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your `Podfile`:

```ruby
pod 'UHIHTTPClient', '~> 0.3.0'
pod 'UHIHTTPClient', '~> 0.4.0'
```

### Carthage

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

```
github "uhooi/swift-http-client" ~> 0.3.0
github "uhooi/swift-http-client" ~> 0.4.0
```

## How to use
Expand Down
2 changes: 1 addition & 1 deletion UHIHTTPClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'UHIHTTPClient'
spec.version = '0.3.0'
spec.version = '0.4.0'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.summary = 'Communicate via HTTP easily in Swift.'
spec.homepage = 'https://github.com/uhooi/swift-http-client'
Expand Down

0 comments on commit 463059b

Please sign in to comment.