Skip to content

Commit

Permalink
chore: bump version(0.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jun 6, 2023
1 parent 63ea934 commit 6d044a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.3

feat: add `list-method` option
([#73](https://github.com/spacemeowx2/s3si.ts/issues/73))

## 0.4.2

fix: `coral_user_id` is string
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 @@ -8,7 +8,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.2"
"version": "0.4.3"
},
"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.2";
export const S3SI_VERSION = "0.4.3";
export const NSOAPP_VERSION = "2.5.1";
export const WEB_VIEW_VERSION = "4.0.0-d5178440";
export enum Queries {
Expand Down

0 comments on commit 6d044a1

Please sign in to comment.