NextChat
- github.com/Yidadaa/ChatGPT-Next-Web
+ github.com/ChatGPTNextWeb/ChatGPT-Next-Web
diff --git a/app/constant.ts b/app/constant.ts
index ec305cf5c..84aaea200 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -1,4 +1,4 @@
-export const OWNER = "Yidadaa";
+export const OWNER = "ChatGPTNextWeb";
export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 86faf4c3c..feef57d16 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -9,7 +9,7 @@
},
"package": {
"productName": "NextChat",
- "version": "2.13.1"
+ "version": "2.14.0"
},
"tauri": {
"allowlist": {