diff --git a/Commandant.podspec b/Commandant.podspec index b21eddd..01428b6 100644 --- a/Commandant.podspec +++ b/Commandant.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "Commandant" - s.version = "0.16.0" + s.version = "0.17.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 diff --git a/Sources/Commandant/Info.plist b/Sources/Commandant/Info.plist index 526b5d4..19bd642 100644 --- a/Sources/Commandant/Info.plist +++ b/Sources/Commandant/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.16.0 + 0.17.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/CommandantTests/Info.plist b/Tests/CommandantTests/Info.plist index 35bf6d0..0189359 100644 --- a/Tests/CommandantTests/Info.plist +++ b/Tests/CommandantTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.16.0 + 0.17.0 CFBundleSignature ???? CFBundleVersion