From f02657184446625c2b5b48e23bea9f84f0d20314 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 31 May 2023 21:17:51 +0800 Subject: [PATCH] chore: bump version(v0.3.6) --- CHANGELOG.md | 4 ++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afde391..c35e69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.6 + +feat: update `WEB_VIEW_VERSION` and query hashes + ## 0.3.5 fix: wrong ability keys in some languages diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index a6a3094..e352a60 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.3.5" + "version": "0.3.6" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index eb63be0..061bdf6 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,7 +1,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.3.5"; +export const S3SI_VERSION = "0.3.6"; export const NSOAPP_VERSION = "2.5.1"; export const WEB_VIEW_VERSION = "4.0.0-e2ee936d"; export enum Queries {