diff --git a/Passepartout/App/Info.plist b/Passepartout/App/Info.plist index 78a1d64c..b51aa5d8 100644 --- a/Passepartout/App/Info.plist +++ b/Passepartout/App/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleVersion 3395 ITSAppUsesNonExemptEncryption diff --git a/Passepartout/Launcher/Info.plist b/Passepartout/Launcher/Info.plist index 515410bf..db6c7560 100644 --- a/Passepartout/Launcher/Info.plist +++ b/Passepartout/Launcher/Info.plist @@ -3,7 +3,7 @@ CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleVersion 3395 LSBackgroundOnly diff --git a/Passepartout/Mac/Info.plist b/Passepartout/Mac/Info.plist index 96d2a620..560fe18e 100644 --- a/Passepartout/Mac/Info.plist +++ b/Passepartout/Mac/Info.plist @@ -5,7 +5,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleVersion 3395 NSPrincipalClass diff --git a/Passepartout/Tunnel/Info.plist b/Passepartout/Tunnel/Info.plist index bd21a2b6..40eb3e6d 100644 --- a/Passepartout/Tunnel/Info.plist +++ b/Passepartout/Tunnel/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleVersion 3395 LSMinimumSystemVersion diff --git a/scripts/start-new-version.sh b/scripts/start-new-version.sh index 9c4b6286..ea49ca42 100755 --- a/scripts/start-new-version.sh +++ b/scripts/start-new-version.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION_NEXT=$2 +VERSION_NEXT=$1 if [[ -z $VERSION_NEXT ]]; then echo "New version number required" exit 1