Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
bump some numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 committed Jan 24, 2024
1 parent a6ab6ca commit 83d050a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Low-Power-Mode-Toggler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.3.4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -626,7 +626,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand All @@ -647,7 +647,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.3.4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand All @@ -664,7 +664,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.4;
PRODUCT_BUNDLE_IDENTIFIER = "com.andylin.Low-Power-Mode-Toggler";
PRODUCT_NAME = "$(TARGET_NAME)";
SHARED_DIRECTORY = Shared;
Expand Down
2 changes: 1 addition & 1 deletion Low-Power-Mode-Toggler/AboutThisAppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct AboutThisAppView: View {
Text("Low Power Mode Toggler")
.bold()
Text("Version \(Bundle.main.infoDictionary!["CFBundleShortVersionString"] as! String)")
Text("Copyright © 2023 [Andy Lin](https://andylin2004.github.io). All rights reserved.")
Text("Copyright © 2024 [Andy Lin](https://andylin2004.github.io). All rights reserved.")
Button(action: {
showAcks.toggle()
}){
Expand Down

0 comments on commit 83d050a

Please sign in to comment.