chore: update version

This commit is contained in:
Zhang Minghan 2024-03-06 09:42:42 +08:00
parent d14d7a1f8e
commit 386f0019e9
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "chatnio",
"version": "3.10.1"
"version": "3.10.2"
},
"tauri": {
"allowlist": {

View File

@ -7,7 +7,7 @@ import {
import { syncSiteInfo } from "@/admin/api/info.ts";
import { setAxiosConfig } from "@/conf/api.ts";
export const version = "3.10.1"; // version of the current build
export const version = "3.10.2"; // version of the current build
export const dev: boolean = getDev(); // is in development mode (for debugging, in localhost origin)
export const deploy: boolean = true; // is production environment (for api endpoint)
export const tokenField = getTokenField(deploy); // token field name for storing token