Skip to content

Commit

Permalink
Bump project version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaeger committed Apr 27, 2021
1 parent cf6d2c4 commit 54b98d8
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 @@ -315,7 +315,7 @@
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.8.2;
MARKETING_VERSION = 1.9.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise;
PRODUCT_NAME = AutoRaise;
Expand All @@ -341,7 +341,7 @@
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.8.2;
MARKETING_VERSION = 1.9.0;
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 @@ -50,7 +50,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
let buildNumber: String = Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as! String

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

Expand Down

0 comments on commit 54b98d8

Please sign in to comment.