Skip to content

Commit

Permalink
chore(version): bump version from 3.11.0 to 3.11.1 in tauri.conf.json…
Browse files Browse the repository at this point in the history
… and bootstrap.ts
  • Loading branch information
XiaomaiTX committed Jul 18, 2024
1 parent b78e8fe commit b7d50ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "chatnio",
"version": "3.11.0"
"version": "3.11.1"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion app/src/conf/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7d50ac

Please sign in to comment.