Skip to content

Commit

Permalink
Updated to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodgkins committed Jun 1, 2017
1 parent e9a3e6b commit 14fd312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HTTPStatusCodes.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HTTPStatusCodes'
s.version = '3.1.1'
s.version = '3.1.2'
s.license = 'MIT'
s.summary = 'Swift enum wrapper for easier handling of HTTP status codes'
s.homepage = 'https://github.com/rhodgkins/SwiftHTTPStatusCodes'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ import HTTPStatusCodes
### CocoaPods
`Podfile`:
```ruby
pod 'HTTPStatusCodes', '~> 3.1.1'
pod 'HTTPStatusCodes', '~> 3.1.2'
```
Source code:

Expand Down
2 changes: 1 addition & 1 deletion Tests/HTTPStatusCodes.xcconfig
Expand Up @@ -10,7 +10,7 @@

PRODUCT_NAME = HTTPStatusCodes
PRODUCT_BUNDLE_IDENTIFIER = uk.co.rhodgkins.swift.$(PRODUCT_NAME:rfc1034identifier)
HSC_VERSION = 3.1.1
HSC_VERSION = 3.1.2

// Universal Framework
APPLICATION_EXTENSION_API_ONLY = YES
Expand Down

0 comments on commit 14fd312

Please sign in to comment.