Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xcode/Safari-Extension/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions xcode/xcconfig/Userscripts-Release.xcconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down