Skip to content

Commit

Permalink
feat: add 6.0.0 special
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Dec 2, 2023
1 parent 209e5e7 commit 454f294
Show file tree
Hide file tree
Showing 3 changed files with 10 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.12

feat: add 6.0.0 special

## 0.4.11

chore: update `WEB_VIEW_VERSION` and queries
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.11"
"version": "0.4.12"
},
"tauri": {
"allowlist": {
Expand Down
6 changes: 5 additions & 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.11";
export const S3SI_VERSION = "0.4.12";
export const NSOAPP_VERSION = "2.8.0";
export const WEB_VIEW_VERSION = "6.0.0-e135295b";
export enum Queries {
Expand Down Expand Up @@ -105,6 +105,10 @@ export const SPLATNET3_STATINK_MAP: {
"sameride",
"380e541b5bc5e49d77ff1a616f1343aeba01d500fee36aaddf8f09d74bd3d3bc":
"tripletornado",
"8a7ee88a06407f4be1595ef8af4d2d2ac22bbf213a622cd19bbfaf4d0f36bcd7":
"teioika",
"a75eac34675bc0d4bd9ca9977cf22472848f89e28e08ee986b4461a3f2af28fc":
"ultra_chakuchi",
},
WATER_LEVEL_MAP: {
0: "low",
Expand Down

0 comments on commit 454f294

Please sign in to comment.