Skip to content

Commit b4d90e1

Browse files
committed
chore: release v4.4.0, v1.4.0
1 parent 09cd310 commit b4d90e1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.3.3",
7+
"version": "4.4.0",
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

33
INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2021 Justin Wasack. All rights reserved.
4-
IOS_APP_BUILD = 38
5-
IOS_APP_VERSION = 1.3.3
6-
MAC_APP_BUILD = 65
7-
MAC_APP_VERSION = 4.3.3
4+
IOS_APP_BUILD = 41
5+
IOS_APP_VERSION = 1.4.0
6+
MAC_APP_BUILD = 68
7+
MAC_APP_VERSION = 4.4.0
88

99
// Developer Team ID
1010
DEVELOPMENT_TEAM = J74Q8V8V8N
@@ -21,4 +21,4 @@ MAC_SHARED_GID = $(DEVELOPMENT_TEAM).com.userscripts.macos
2121
APP_URL_SCHEME = userscriptsurlscheme
2222

2323
// Override this file
24-
#include? "Userscripts-Release.dev.xcconfig"
24+
#include? "Userscripts-Release.dev.xcconfig"

0 commit comments

Comments
 (0)