Skip to content

Commit

Permalink
feat: bump version (ChatGPTNextWeb#4015)
Browse files Browse the repository at this point in the history
* feat: bump version

* feat: bump version
  • Loading branch information
fred-bf committed Feb 7, 2024
1 parent bca7424 commit 0869455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export const FETCH_COMMIT_URL = `https://api.github.com/repos/${OWNER}/${REPO}/c
export const FETCH_TAG_URL = `https://api.github.com/repos/${OWNER}/${REPO}/tags?per_page=1`;
export const RUNTIME_CONFIG_DOM = "danger-runtime-config";

// export const DEFAULT_CORS_HOST = "https://api.nextchat.dev";
// export const DEFAULT_API_HOST = `${DEFAULT_CORS_HOST}/api/proxy`;

export const DEFAULT_API_HOST = "https://api.nextchat.dev";
export const OPENAI_BASE_URL = "https://api.openai.com";

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.10.2"
"version": "2.10.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 0869455

Please sign in to comment.