From 386f0019e9fa55bf4ea44683f006c8e2cb765fa4 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Wed, 6 Mar 2024 09:42:42 +0800 Subject: [PATCH] chore: update version --- 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 d033588..cac1353 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "chatnio", - "version": "3.10.1" + "version": "3.10.2" }, "tauri": { "allowlist": { diff --git a/app/src/conf/bootstrap.ts b/app/src/conf/bootstrap.ts index 31cdcb1..115bda3 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.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