chore(version): bump version from 3.11.0 to 3.11.1 in tauri.conf.json and bootstrap.ts

This commit is contained in:
XiaomaiTX 2024-07-18 20:56:06 +08:00
parent b78e8fe2e9
commit b7d50acd6e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "chatnio",
"version": "3.11.0"
"version": "3.11.1"
},
"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.11.0"; // version of the current build
export const version = "3.11.1"; // 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