Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jul 20, 2018
1 parent 56052dc commit 07cad52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.14.0"
s.version = "0.15.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 All @@ -25,7 +25,7 @@ Commandant is a Swift framework for parsing command-line arguments, inspired by

s.source_files = "Sources/**/*.swift"

s.dependency "Result", "~> 3.2"
s.dependency "Result", "~> 4.0"

s.cocoapods_version = ">= 1.4.0"
s.swift_version = "4.0"
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.14.0</string>
<string>0.15.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.14.0</string>
<string>0.15.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 07cad52

Please sign in to comment.