From b3180fce8a25956b9ccee27f5bca5f84648fe3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ro=CC=81z=CC=87yn=CC=81ski?= Date: Thu, 21 Nov 2024 00:03:42 +0100 Subject: [PATCH] Bump app version --- Helper/Info.plist | 2 +- Supporting Files/Config.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Helper/Info.plist b/Helper/Info.plist index 76aa437..7117860 100644 --- a/Helper/Info.plist +++ b/Helper/Info.plist @@ -5,7 +5,7 @@ CFBundleIdentifier software.micropixels.BatFi.Helper CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleVersion 99999 SMAuthorizedClients diff --git a/Supporting Files/Config.xcconfig b/Supporting Files/Config.xcconfig index dff05f6..fe16b1e 100644 --- a/Supporting Files/Config.xcconfig +++ b/Supporting Files/Config.xcconfig @@ -11,7 +11,7 @@ APP_BUNDLE_IDENTIFIER = software.micropixels.BatFi HELPER_TOOL_BUNDLE_IDENTIFIER = $(APP_BUNDLE_IDENTIFIER).Helper -APP_VERSION = 2.1.1 +APP_VERSION = 2.2.0 BUILD_NUMBER = 99999