From abcd09d15ea42a06d7c4396f31c3f6007e87e01c Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Mon, 4 Dec 2023 19:45:50 +0100 Subject: [PATCH] Bump version --- AeroSpace.xcodeproj/project.pbxproj | 8 ++++---- cli/versionGenerated.swift | 2 +- create-release.sh | 2 +- project.yml | 4 ++-- version.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/AeroSpace.xcodeproj/project.pbxproj b/AeroSpace.xcodeproj/project.pbxproj index dcfa762f..1fad5d81 100644 --- a/AeroSpace.xcodeproj/project.pbxproj +++ b/AeroSpace.xcodeproj/project.pbxproj @@ -801,7 +801,7 @@ CODE_SIGN_ENTITLEMENTS = src/AeroSpace.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 0.6.0; + CURRENT_PROJECT_VERSION = 0.6.1; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSUIElement = YES; LD_RUNPATH_SEARCH_PATHS = ( @@ -809,7 +809,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.6.0-Beta"; + MARKETING_VERSION = "0.6.1-Beta"; PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace; PRODUCT_NAME = "AeroSpace-Debug"; SDKROOT = macosx; @@ -916,7 +916,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 0.6.0; + CURRENT_PROJECT_VERSION = 0.6.1; DEVELOPMENT_TEAM = 4MWP47XA68; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSUIElement = YES; @@ -925,7 +925,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.6.0-Beta"; + MARKETING_VERSION = "0.6.1-Beta"; PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace; PRODUCT_NAME = AeroSpace; SDKROOT = macosx; diff --git a/cli/versionGenerated.swift b/cli/versionGenerated.swift index e4fde023..08cdb2e1 100644 --- a/cli/versionGenerated.swift +++ b/cli/versionGenerated.swift @@ -1,2 +1,2 @@ // FILE IS GENERATED BY generate.sh -let cliClientVersion = "0.6.0-Beta" +let cliClientVersion = "0.6.1-Beta" diff --git a/create-release.sh b/create-release.sh index dad9603c..5c99b93c 100755 --- a/create-release.sh +++ b/create-release.sh @@ -7,6 +7,6 @@ set -o pipefail # Any command failed in the pipe fails the whole pipe cd "$(dirname "$0")" version=$(head -1 ./version.txt | awk '{print $1}') ./build-release.sh -git tag -a v$version -m "v$version" && git push --tags +git tag -a v$version -m "v$version" && git push git@github.com:nikitabobko/AeroSpace.git v$version open "https://github.com/nikitabobko/AeroSpace/releases/new?tag=v$version" open -R ./.release/AeroSpace-v$version.zip diff --git a/project.yml b/project.yml index 824a33c1..1473c797 100644 --- a/project.yml +++ b/project.yml @@ -28,8 +28,8 @@ targets: SWIFT_VERSION: 5.9 CODE_SIGN_STYLE: Automatic GENERATE_INFOPLIST_FILE: YES - MARKETING_VERSION: 0.6.0-Beta # GENERATED BY generate.sh - CURRENT_PROJECT_VERSION: 0.6.0 # GENERATED BY generate.sh + MARKETING_VERSION: 0.6.1-Beta # GENERATED BY generate.sh + CURRENT_PROJECT_VERSION: 0.6.1 # GENERATED BY generate.sh SWIFT_OBJC_BRIDGING_HEADER: "src/Bridged-Header.h" # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256 # Specifies whether the app runs as an agent app. If this key is set to YES, Launch Services runs the app as an agent app. diff --git a/version.txt b/version.txt index 10f0fe48..68c42d02 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -0.6.0-Beta # User visible version CFBundleShortVersionString -0.6.0 # Build number CFBundleVersion +0.6.1-Beta # User visible version CFBundleShortVersionString +0.6.1 # Build number CFBundleVersion