Skip to content

Commit

Permalink
Update Launcher to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaeger committed Apr 17, 2021
1 parent 7e105ad commit 7d210e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AutoRaise.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.8;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise;
PRODUCT_NAME = AutoRaise;
Expand All @@ -338,7 +338,7 @@
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.6;
MARKETING_VERSION = 1.8;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise;
PRODUCT_NAME = AutoRaise;
Expand Down
2 changes: 1 addition & 1 deletion Launcher/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
let buildNumber: String = Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as! String

let appAbout = "AutoRaise & Launcher\n" +
"Version 1.6.0, 2021-04-11\n\n" +
"Version 1.8.0, 2021-04-17\n\n" +
"©2021 Stefan Post, Lothar Haeger\n" +
"Icons made by https://www.flaticon.com/authors/fr"

Expand Down

0 comments on commit 7d210e7

Please sign in to comment.