Skip to content

Commit 69bfe10

Browse files
committed
chore: Bump version
1 parent 142b2dc commit 69bfe10

2 files changed

Lines changed: 34 additions & 38 deletions

File tree

manifest.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scriptio",
77
"slug": "scriptio",
88
"description": "📄 自定义用户脚本加载器",
9-
"version": "1.4.5",
9+
"version": "1.4.6",
1010
"icon": "./icons/icon.svg",
1111
"thumb": "./icons/thumb.svg",
1212
"authors": [
@@ -19,7 +19,7 @@
1919
"repo": "PRO-2684/Scriptio",
2020
"branch": "main",
2121
"release": {
22-
"tag": "v1.4.5",
22+
"tag": "v1.4.6",
2323
"file": "scriptio-release.zip"
2424
}
2525
},
@@ -28,11 +28,7 @@
2828
"branch": "main",
2929
"save_folder": "./scripts/"
3030
},
31-
"platform": [
32-
"win32",
33-
"linux",
34-
"darwin"
35-
],
31+
"platform": ["win32", "linux", "darwin"],
3632
"injects": {
3733
"renderer": "./renderer.js",
3834
"main": "./main.js",

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/qwqnt-community/types/main/plugin.schema.json",
3-
"name": "scriptio",
4-
"type": "module",
5-
"version": "1.4.5",
6-
"description": "Load custom UserScripts for QQNT",
7-
"main": "main.js",
8-
"qwqnt": {
9-
"name": "Scriptio",
10-
"dependencies": {
11-
"qwqnt-hako": "^1.0.1"
2+
"$schema": "https://raw.githubusercontent.com/qwqnt-community/types/main/plugin.schema.json",
3+
"name": "scriptio",
4+
"type": "module",
5+
"version": "1.4.6",
6+
"description": "Load custom UserScripts for QQNT",
7+
"main": "main.js",
8+
"qwqnt": {
9+
"name": "Scriptio",
10+
"dependencies": {
11+
"qwqnt-hako": "^1.0.1"
12+
},
13+
"icon": "./icons/thumb.svg"
1214
},
13-
"icon": "./icons/thumb.svg"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git+ssh://git@github.com/PRO-2684/Scriptio.git"
18-
},
19-
"keywords": [
20-
"liteloaderqqnt",
21-
"llqqnt",
22-
"qwqnt",
23-
"userscript"
24-
],
25-
"author": "PRO-2684",
26-
"license": "GPL-3.0-or-later",
27-
"bugs": {
28-
"url": "https://github.com/PRO-2684/Scriptio/issues"
29-
},
30-
"homepage": "https://github.com/PRO-2684/Scriptio#readme",
31-
"devDependencies": {
32-
"@qwqnt/types": "github:qwqnt-community/types"
33-
}
15+
"repository": {
16+
"type": "git",
17+
"url": "git+ssh://git@github.com/PRO-2684/Scriptio.git"
18+
},
19+
"keywords": [
20+
"liteloaderqqnt",
21+
"llqqnt",
22+
"qwqnt",
23+
"userscript"
24+
],
25+
"author": "PRO-2684",
26+
"license": "GPL-3.0-or-later",
27+
"bugs": {
28+
"url": "https://github.com/PRO-2684/Scriptio/issues"
29+
},
30+
"homepage": "https://github.com/PRO-2684/Scriptio#readme",
31+
"devDependencies": {
32+
"@qwqnt/types": "github:qwqnt-community/types"
33+
}
3434
}

0 commit comments

Comments
 (0)