Skip to content

Commit 7623a15

Browse files
committed
Bump version
1 parent 18d08f8 commit 7623a15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AeroSpace.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -628,15 +628,15 @@
628628
CODE_SIGN_ENTITLEMENTS = src/AeroSpace.entitlements;
629629
CODE_SIGN_STYLE = Automatic;
630630
COMBINE_HIDPI_IMAGES = YES;
631-
CURRENT_PROJECT_VERSION = 0.2.0;
631+
CURRENT_PROJECT_VERSION = 0.3.0;
632632
GENERATE_INFOPLIST_FILE = YES;
633633
INFOPLIST_KEY_LSUIElement = YES;
634634
LD_RUNPATH_SEARCH_PATHS = (
635635
"$(inherited)",
636636
"@executable_path/../Frameworks",
637637
);
638638
MACOSX_DEPLOYMENT_TARGET = 13.0;
639-
MARKETING_VERSION = "0.2.0-Beta";
639+
MARKETING_VERSION = "0.3.0-Beta";
640640
PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace;
641641
PRODUCT_NAME = "AeroSpace-Debug";
642642
SDKROOT = macosx;
@@ -741,7 +741,7 @@
741741
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
742742
CODE_SIGN_STYLE = Automatic;
743743
COMBINE_HIDPI_IMAGES = YES;
744-
CURRENT_PROJECT_VERSION = 0.2.0;
744+
CURRENT_PROJECT_VERSION = 0.3.0;
745745
DEVELOPMENT_TEAM = 4MWP47XA68;
746746
GENERATE_INFOPLIST_FILE = YES;
747747
INFOPLIST_KEY_LSUIElement = YES;
@@ -750,7 +750,7 @@
750750
"@executable_path/../Frameworks",
751751
);
752752
MACOSX_DEPLOYMENT_TARGET = 13.0;
753-
MARKETING_VERSION = "0.2.0-Beta";
753+
MARKETING_VERSION = "0.3.0-Beta";
754754
PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace;
755755
PRODUCT_NAME = AeroSpace;
756756
SDKROOT = macosx;

project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ targets:
2222
SWIFT_VERSION: 5.8
2323
CODE_SIGN_STYLE: Automatic
2424
GENERATE_INFOPLIST_FILE: YES
25-
CURRENT_PROJECT_VERSION: 0.2.0 # Build number CFBundleVersion
26-
MARKETING_VERSION: 0.2.0-Beta # User visible version CFBundleShortVersionString
25+
CURRENT_PROJECT_VERSION: 0.3.0 # Build number CFBundleVersion
26+
MARKETING_VERSION: 0.3.0-Beta # User visible version CFBundleShortVersionString
2727
SWIFT_OBJC_BRIDGING_HEADER: "src/Bridged-Header.h"
2828
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256
2929
# 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.

0 commit comments

Comments
 (0)