Compare commits
3 Commits
97ebd5ef80
...
b9fa4fdda7
| Author | SHA1 | Date |
|---|---|---|
|
|
b9fa4fdda7 | |
|
|
7a2dedfbe5 | |
|
|
cad2edeaf5 |
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.4.7
|
||||||
|
|
||||||
|
chore: update `WEB_VIEW_VERSION`
|
||||||
|
|
||||||
## 0.4.6
|
## 0.4.6
|
||||||
|
|
||||||
chore: update constants
|
chore: update constants
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.6"
|
"version": "0.4.7"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
@ -103,4 +103,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "splashcat / s3si.ts";
|
export const AGENT_NAME = "splashcat / s3si.ts";
|
||||||
export const AGENT_VERSION = "1.1.1";
|
export const AGENT_VERSION = "1.1.1";
|
||||||
export const S3SI_VERSION = "0.4.6";
|
export const S3SI_VERSION = "0.4.7";
|
||||||
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
||||||
export const NSOAPP_VERSION = "2.6.0";
|
export const NSOAPP_VERSION = "2.7.0";
|
||||||
export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd";
|
export const WEB_VIEW_VERSION = "4.0.0-b8c1e0fc";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
||||||
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue