Skip to content

Commit

Permalink
Merge pull request #5 from duosecurity/revVersion
Browse files Browse the repository at this point in the history
Rev to version 2.0.1
  • Loading branch information
mikegb authored Sep 11, 2017
2 parents c4d074f + 79af2e2 commit 67f919c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuoAPISwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "DuoAPISwift"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.summary = "Duo Security API client for Swift."
spec.homepage = "https://github.com/duosecurity/duo_api_swift"
spec.license = { type: 'BSD', file: 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion DuoAPISwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion DuoAPISwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 67f919c

Please sign in to comment.