From 08694556128fa65688e69a77da723b2d986c5063 Mon Sep 17 00:00:00 2001 From: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:38:02 +0800 Subject: [PATCH] feat: bump version (#4015) * feat: bump version * feat: bump version --- app/constant.ts | 3 --- src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 301adca2788..aa38f440792 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -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"; diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 86bc92ee185..9eb256a3812 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "NextChat", - "version": "2.10.2" + "version": "2.10.3" }, "tauri": { "allowlist": {