Skip to content

Commit a2c8eb2

Browse files
committed
0.4.4
1 parent 45a2ebc commit a2c8eb2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

AeroSpace.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,15 +758,15 @@
758758
CODE_SIGN_ENTITLEMENTS = src/AeroSpace.entitlements;
759759
CODE_SIGN_STYLE = Automatic;
760760
COMBINE_HIDPI_IMAGES = YES;
761-
CURRENT_PROJECT_VERSION = 0.4.3;
761+
CURRENT_PROJECT_VERSION = 0.4.4;
762762
GENERATE_INFOPLIST_FILE = YES;
763763
INFOPLIST_KEY_LSUIElement = YES;
764764
LD_RUNPATH_SEARCH_PATHS = (
765765
"$(inherited)",
766766
"@executable_path/../Frameworks",
767767
);
768768
MACOSX_DEPLOYMENT_TARGET = 13.0;
769-
MARKETING_VERSION = "0.4.3-Beta";
769+
MARKETING_VERSION = "0.4.4-Beta";
770770
PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace;
771771
PRODUCT_NAME = "AeroSpace-Debug";
772772
SDKROOT = macosx;
@@ -871,7 +871,7 @@
871871
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
872872
CODE_SIGN_STYLE = Automatic;
873873
COMBINE_HIDPI_IMAGES = YES;
874-
CURRENT_PROJECT_VERSION = 0.4.3;
874+
CURRENT_PROJECT_VERSION = 0.4.4;
875875
DEVELOPMENT_TEAM = 4MWP47XA68;
876876
GENERATE_INFOPLIST_FILE = YES;
877877
INFOPLIST_KEY_LSUIElement = YES;
@@ -880,7 +880,7 @@
880880
"@executable_path/../Frameworks",
881881
);
882882
MACOSX_DEPLOYMENT_TARGET = 13.0;
883-
MARKETING_VERSION = "0.4.3-Beta";
883+
MARKETING_VERSION = "0.4.4-Beta";
884884
PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace;
885885
PRODUCT_NAME = AeroSpace;
886886
SDKROOT = macosx;

cli/versionGenerated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// FILE IS GENERATED BY generate.sh
2-
let cliClientVersion = "0.4.3-Beta"
2+
let cliClientVersion = "0.4.4-Beta"

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ targets:
2828
SWIFT_VERSION: 5.8
2929
CODE_SIGN_STYLE: Automatic
3030
GENERATE_INFOPLIST_FILE: YES
31-
MARKETING_VERSION: 0.4.3-Beta # GENERATED BY generate.sh
32-
CURRENT_PROJECT_VERSION: 0.4.3 # GENERATED BY generate.sh
31+
MARKETING_VERSION: 0.4.4-Beta # GENERATED BY generate.sh
32+
CURRENT_PROJECT_VERSION: 0.4.4 # GENERATED BY generate.sh
3333
SWIFT_OBJC_BRIDGING_HEADER: "src/Bridged-Header.h"
3434
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256
3535
# 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.

version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.4.3-Beta
2-
0.4.3
1+
0.4.4-Beta
2+
0.4.4

0 commit comments

Comments
 (0)