From b7d50acd6e2902ae5ec0a2f97a7f2dbf4bc1e3cc Mon Sep 17 00:00:00 2001 From: XiaomaiTX Date: Thu, 18 Jul 2024 20:56:06 +0800 Subject: [PATCH] chore(version): bump version from 3.11.0 to 3.11.1 in tauri.conf.json and bootstrap.ts --- app/src-tauri/tauri.conf.json | 2 +- app/src/conf/bootstrap.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index 8dfff2e..ee85ddb 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "chatnio", - "version": "3.11.0" + "version": "3.11.1" }, "tauri": { "allowlist": { diff --git a/app/src/conf/bootstrap.ts b/app/src/conf/bootstrap.ts index 5c7f113..a9c6478 100644 --- a/app/src/conf/bootstrap.ts +++ b/app/src/conf/bootstrap.ts @@ -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