Skip to content

Commit b4388a3

Browse files
committed
build: v4.4.1(69), v1.4.1(42)
1 parent d8bb109 commit b4388a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

xcode/Safari-Extension/Resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"default_locale": "en",
55
"name": "__MSG_extension_name__",
66
"description": "__MSG_extension_description__",
7-
"version": "4.4.0",
7+
"version": "4.4.1",
88
"icons": {
99
"48": "images/icon-48.png",
1010
"96": "images/icon-96.png",

xcode/xcconfig/Userscripts-Release.xcconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#include "Userscripts-Base.xcconfig"
22

3-
INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2021 Justin Wasack. All rights reserved.
4-
IOS_APP_BUILD = 41
5-
IOS_APP_VERSION = 1.4.0
6-
MAC_APP_BUILD = 68
7-
MAC_APP_VERSION = 4.4.0
3+
INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2023 Justin Wasack. All rights reserved.
4+
IOS_APP_BUILD = 42
5+
IOS_APP_VERSION = 1.4.1
6+
MAC_APP_BUILD = 69
7+
MAC_APP_VERSION = 4.4.1
88

99
// Developer Team ID
1010
DEVELOPMENT_TEAM = J74Q8V8V8N

0 commit comments

Comments
 (0)