Skip to content

Commit

Permalink
hotfix and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Sep 7, 2024
1 parent daeffb2 commit 23ac2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/store/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const usePluginStore = createPersistStore(

getAsTools(ids: string[]) {
const plugins = get().plugins;
const selected = ids
const selected = (ids || [])
.map((id) => plugins[id])
.filter((i) => i)
.map((p) => FunctionToolService.add(p));
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "NextChat",
"version": "2.15.0"
"version": "2.15.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 23ac2ef

Please sign in to comment.