Skip to content

Commit a2c4f5f

Browse files
committed
Bumped to v3.3.2
1 parent 3c8b667 commit a2c4f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HTTPStatusCodes.podspec

+1-1
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.3.1'
3+
s.version = '3.3.2'
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'

Tests/HTTPStatusCodes.xcconfig

+1-1
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.3.1
13+
HSC_VERSION = 3.3.2
1414

1515
// Universal Framework
1616
APPLICATION_EXTENSION_API_ONLY = YES

0 commit comments

Comments
 (0)