Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 17, 2023
1 parent eabd800 commit 1b98273
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions AeroSpace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -756,15 +756,15 @@
CODE_SIGN_ENTITLEMENTS = src/AeroSpace.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.4.2;
CURRENT_PROJECT_VERSION = 0.4.3;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSUIElement = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = "0.4.2-Beta";
MARKETING_VERSION = "0.4.3-Beta";
PRODUCT_BUNDLE_IDENTIFIER = bobko.debug.aerospace;
PRODUCT_NAME = "AeroSpace-Debug";
SDKROOT = macosx;
Expand Down Expand Up @@ -869,7 +869,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.4.2;
CURRENT_PROJECT_VERSION = 0.4.3;
DEVELOPMENT_TEAM = 4MWP47XA68;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSUIElement = YES;
Expand All @@ -878,7 +878,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = "0.4.2-Beta";
MARKETING_VERSION = "0.4.3-Beta";
PRODUCT_BUNDLE_IDENTIFIER = bobko.aerospace;
PRODUCT_NAME = AeroSpace;
SDKROOT = macosx;
Expand Down
2 changes: 1 addition & 1 deletion cli/versionGenerated.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// FILE IS GENERATED BY generate.sh
let cliClientVersion = "0.4.2-Beta"
let cliClientVersion = "0.4.3-Beta"
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ targets:
SWIFT_VERSION: 5.8
CODE_SIGN_STYLE: Automatic
GENERATE_INFOPLIST_FILE: YES
MARKETING_VERSION: 0.4.2-Beta # GENERATED BY generate.sh
CURRENT_PROJECT_VERSION: 0.4.2 # GENERATED BY generate.sh
MARKETING_VERSION: 0.4.3-Beta # GENERATED BY generate.sh
CURRENT_PROJECT_VERSION: 0.4.3 # 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.
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.4.2-Beta
0.4.2
0.4.3-Beta
0.4.3

0 comments on commit 1b98273

Please sign in to comment.