Skip to content

Commit 3f8f52c

Browse files
committed
Updated to 3.1.1
1 parent 728e5c2 commit 3f8f52c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HTTPStatusCodes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HTTPStatusCodes'
3-
s.version = '3.1.0'
3+
s.version = '3.1.1'
44
s.license = 'MIT'
55
s.summary = 'Swift enum wrapper for easier handling of HTTP status codes'
66
s.homepage = 'https://github.com/rhodgkins/SwiftHTTPStatusCodes'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import HTTPStatusCodes
3232
### CocoaPods
3333
`Podfile`:
3434
```ruby
35-
pod 'HTTPStatusCodes', '~> 3.1.0'
35+
pod 'HTTPStatusCodes', '~> 3.1.1'
3636
```
3737
Source code:
3838

Tests/HTTPStatusCodes.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
PRODUCT_NAME = HTTPStatusCodes
1212
PRODUCT_BUNDLE_IDENTIFIER = uk.co.rhodgkins.swift.$(PRODUCT_NAME:rfc1034identifier)
13-
HSC_VERSION = 3.1.0
13+
HSC_VERSION = 3.1.1
1414

1515
// Universal Framework
1616
APPLICATION_EXTENSION_API_ONLY = YES

0 commit comments

Comments
 (0)