diff --git a/xcode/Safari-Extension/Resources/manifest.json b/xcode/Safari-Extension/Resources/manifest.json index 5c0f6087..f02a6703 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.0", + "version": "4.4.1", "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 610f64d0..fa2ff7da 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 © 2021 Justin Wasack. All rights reserved. -IOS_APP_BUILD = 41 -IOS_APP_VERSION = 1.4.0 -MAC_APP_BUILD = 68 -MAC_APP_VERSION = 4.4.0 +INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2023 Justin Wasack. All rights reserved. +IOS_APP_BUILD = 42 +IOS_APP_VERSION = 1.4.1 +MAC_APP_BUILD = 69 +MAC_APP_VERSION = 4.4.1 // Developer Team ID DEVELOPMENT_TEAM = J74Q8V8V8N