diff --git a/AeroSpace.xcodeproj/project.pbxproj b/AeroSpace.xcodeproj/project.pbxproj index 018db4e77..d10e9648d 100644 --- a/AeroSpace.xcodeproj/project.pbxproj +++ b/AeroSpace.xcodeproj/project.pbxproj @@ -636,7 +636,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.2.0-Alpha"; + MARKETING_VERSION = "0.2.0-Beta"; PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace; PRODUCT_NAME = "AeroSpace-Debug"; SDKROOT = macosx; @@ -750,7 +750,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = "0.2.0-Alpha"; + MARKETING_VERSION = "0.2.0-Beta"; PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace; PRODUCT_NAME = AeroSpace; SDKROOT = macosx; diff --git a/project.yml b/project.yml index 5e7d3d7f4..bd276b408 100644 --- a/project.yml +++ b/project.yml @@ -23,7 +23,7 @@ targets: CODE_SIGN_STYLE: Automatic GENERATE_INFOPLIST_FILE: YES CURRENT_PROJECT_VERSION: 0.2.0 # Build number CFBundleVersion - MARKETING_VERSION: 0.2.0-Alpha # User visible version CFBundleShortVersionString + MARKETING_VERSION: 0.2.0-Beta # User visible version CFBundleShortVersionString 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.