Skip to content

Commit

Permalink
chore: 0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jun 18, 2024
1 parent 58dbafa commit 6a21775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.20

fix: update `NSOAPP_VERSION`

## 0.4.19

feat: update `NSOAPP_VERSION`
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.19"
"version": "0.4.20"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/constant.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";

export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.4.19";
export const S3SI_VERSION = "0.4.20";
export const NSOAPP_VERSION = "2.10.0";
export const WEB_VIEW_VERSION = "6.0.0-9f87c815";
export enum Queries {
Expand Down

0 comments on commit 6a21775

Please sign in to comment.