Skip to content

Commit ee1ef8f

Browse files
committed
Update metadata
1 parent 40ddc63 commit ee1ef8f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Package.resolved

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
```ruby
1010
pod 'swift-http-structured-headers',
1111
:git => 'https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec.git',
12-
:tag => '1.5.0'
12+
:tag => '1.6.0'
1313
```
1414

1515
Following to Swift Package Manager's usage.

swift-http-structured-headers.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 = 'swift-http-structured-headers'
3-
spec.version = '1.5.0'
3+
spec.version = '1.6.0'
44
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
spec.homepage = 'https://github.com/apple/swift-http-structured-headers'
66
spec.author = 'Apple Inc. and the SwiftNIO project'

0 commit comments

Comments
 (0)