Skip to content

Commit 07cad52

Browse files
committed
Bump version to 0.15.0
1 parent 56052dc commit 07cad52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Commandant.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "Commandant"
12-
s.version = "0.14.0"
12+
s.version = "0.15.0"
1313
s.summary = "Type-safe command line argument handling"
1414
s.description = <<-DESC
1515
Commandant is a Swift framework for parsing command-line arguments, inspired by Argo
@@ -25,7 +25,7 @@ Commandant is a Swift framework for parsing command-line arguments, inspired by
2525

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

28-
s.dependency "Result", "~> 3.2"
28+
s.dependency "Result", "~> 4.0"
2929

3030
s.cocoapods_version = ">= 1.4.0"
3131
s.swift_version = "4.0"

Sources/Commandant/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/CommandantTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)