From 130f7d5e680608032d55406b56a6fadc0bd30dd9 Mon Sep 17 00:00:00 2001 From: quoid <7660254+quoid@users.noreply.github.com> Date: Mon, 29 May 2023 14:30:11 -0400 Subject: [PATCH] build: v4.4.2(73), v1.4.2(45) --- xcode/Safari-Extension/Resources/manifest.json | 2 +- xcode/xcconfig/Userscripts-Release.xcconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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