Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChurchTao committed Jan 19, 2023
1 parent d8f8b0c commit 66890e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lanaya",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -29,9 +29,10 @@
"@tauri-apps/cli": "^1.2.3",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"fs-extra": "^11.1.0",
"node-fetch": "^3.3.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"vite": "^3.2.3"
}
}
}
13 changes: 9 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Lanaya",
"version": "0.0.7"
"version": "0.0.8"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down Expand Up @@ -64,7 +64,10 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": ["zh-CN", "en-US"]
"language": [
"zh-CN",
"en-US"
]
}
}
},
Expand All @@ -74,7 +77,9 @@
"updater": {
"active": true,
"dialog": true,
"endpoints": ["https://lencx.github.io/ChatGPT/install.json"],
"endpoints": [
"https://lencx.github.io/ChatGPT/install.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFFQkYyRTBBMzk3MkM0QTcKUldTbnhISTVDaTYvSHJXbFpZYzNydW8yU0lEN2JjOFFYTHNpZFZnMmxRTWM1SUtjM0ZlcThlaVkK"
},
"windows": [
Expand All @@ -91,4 +96,4 @@
}
]
}
}
}

0 comments on commit 66890e6

Please sign in to comment.