Skip to content

Commit

Permalink
swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Nov 2, 2017
1 parent fad0239 commit 3398b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
2 changes: 1 addition & 1 deletion Example/HTTP-Status-Codes-for-Swift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion StatusCodes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'StatusCodes'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'HTTP status codes for Swift'

s.description = "Swift enum which contans (at least to my knowledge) all available status codes as Int values."
Expand Down

0 comments on commit 3398b49

Please sign in to comment.