diff --git a/.gitignore b/.gitignore index 415ffcb..58ce9b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,22 @@ -# Xcode -# -.DS_Store -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 !default.mode1v3 -*.mode2v3 !default.mode2v3 -*.perspectivev3 +!default.pbxuser !default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData *.hmap *.ipa -*.xcuserstate +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +*.xccheckout *.xcscmblueprint - +*.xcuserstate +.DS_Store +.build/ +.swiftpm/ Carthage/Build +DerivedData Packages/ -.build/ +build/ +xcuserdata diff --git a/Commandant.podspec b/Commandant.podspec index 9e43662..d6d8a5d 100644 --- a/Commandant.podspec +++ b/Commandant.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "Commandant" - s.version = "0.17.0" + s.version = "0.18.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 19bd642..93dba89 100644 --- a/Sources/Commandant/Info.plist +++ b/Sources/Commandant/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.17.0 + 0.18.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/CommandantTests/Info.plist b/Tests/CommandantTests/Info.plist index 0189359..8f567f1 100644 --- a/Tests/CommandantTests/Info.plist +++ b/Tests/CommandantTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.17.0 + 0.18.0 CFBundleSignature ???? CFBundleVersion