diff --git a/xcode/Safari-Extension/Resources/manifest.json b/xcode/Safari-Extension/Resources/manifest.json index f02a6703..d87ca9df 100644 --- a/xcode/Safari-Extension/Resources/manifest.json +++ b/xcode/Safari-Extension/Resources/manifest.json @@ -4,7 +4,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "4.4.1", + "version": "4.4.2", "icons": { "48": "images/icon-48.png", "96": "images/icon-96.png", diff --git a/xcode/xcconfig/Userscripts-Release.xcconfig b/xcode/xcconfig/Userscripts-Release.xcconfig index 6ece3097..df603bba 100644 --- a/xcode/xcconfig/Userscripts-Release.xcconfig +++ b/xcode/xcconfig/Userscripts-Release.xcconfig @@ -1,10 +1,10 @@ #include "Userscripts-Base.xcconfig" INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2023 Justin Wasack. All rights reserved. -IOS_APP_BUILD = 45 -IOS_APP_VERSION = 1.4.1 -MAC_APP_BUILD = 72 -MAC_APP_VERSION = 4.4.1 +IOS_APP_BUILD = 46 +IOS_APP_VERSION = 1.4.2 +MAC_APP_BUILD = 73 +MAC_APP_VERSION = 4.4.2 // Developer Team ID DEVELOPMENT_TEAM = J74Q8V8V8N