Skip to content

Commit

Permalink
Merge pull request #148 from Carthage/release-0.16.0
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
jpsim authored Apr 8, 2019
2 parents 9a2af47 + fe37cc1 commit 2cd0210
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ matrix:
- JOB=Linux
- SWIFT_VESION=4.2.3
- <<: *swiftpm_linux
name: Linux / Swift 5.0 Development
name: Linux / Swift 5.0
env:
- JOB=Linux
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
- SWIFT_VERSION=5.0

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion Commandant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "Commandant"
s.version = "0.15.0"
s.version = "0.16.0"
s.summary = "Type-safe command line argument handling"
s.description = <<-DESC
Commandant is a Swift framework for parsing command-line arguments, inspired by Argo
Expand Down
2 changes: 1 addition & 1 deletion Sources/Commandant/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>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/CommandantTests/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>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2cd0210

Please sign in to comment.