Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Nov 21, 2023
1 parent 795eb05 commit 92bc321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chat-xiuliu",
"private": true,
"version": "2.2.4",
"version": "2.2.5",
"description": "ChatGPT Client with Function Calling",
"author": "SchneeHertz",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview",
"start": "chcp 65001 && electron --trace-warnings .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "vite build && electron-builder"
},
"build": {
"appId": "electron.chat.xiuliu",
Expand Down

0 comments on commit 92bc321

Please sign in to comment.