Skip to content

Commit ab46767

Browse files
committed
bump version to 0.1.70
1 parent 8ceb529 commit ab46767

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

RELEASE_NOTES/v0.1.70.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
更新了版本

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghostie",
33
"private": true,
4-
"version": "0.1.55",
4+
"version": "0.1.70",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
33
"productName": "ghostie",
4-
"version": "0.1.69",
4+
"version": "0.1.70",
55
"identifier": "com.wangenius.ghostie",
66
"build": {
77
"frontendDist": "../dist",
@@ -36,20 +36,29 @@
3636
"img-src": "'self' asset: http://asset.localhost",
3737
"style-src": "'self' 'unsafe-inline'"
3838
},
39-
"capabilities": ["main-capability"],
39+
"capabilities": [
40+
"main-capability"
41+
],
4042
"assetProtocol": {
4143
"enable": true,
42-
"scope": ["**"]
44+
"scope": [
45+
"**"
46+
]
4347
}
4448
}
4549
},
4650
"bundle": {
4751
"category": "Productivity",
4852
"createUpdaterArtifacts": true,
4953
"active": true,
50-
"targets": ["nsis"],
54+
"targets": [
55+
"nsis"
56+
],
5157
"publisher": "wangenius",
52-
"icon": ["icons/icon.ico", "icons/icon.png"],
58+
"icon": [
59+
"icons/icon.ico",
60+
"icons/icon.png"
61+
],
5362
"windows": {
5463
"nsis": {
5564
"headerImage": "icons/icon.ico",

0 commit comments

Comments
 (0)