Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Feb 29, 2024
1 parent 14405e9 commit cab8af8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.16

fix: `The stream is already locked` in monitor mode

feat: add Fresh Season 2024

## 0.4.15

feat: add znca headers ([#95](https://github.com/spacemeowx2/s3si.ts/issues/95))
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.15"
"version": "0.4.16"
},
"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.15";
export const S3SI_VERSION = "0.4.16";
export const NSOAPP_VERSION = "2.9.0";
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc";
export enum Queries {
Expand Down

0 comments on commit cab8af8

Please sign in to comment.