chore: bump version
parent
aa039c7be6
commit
109658680a
|
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.4.13
|
||||||
|
|
||||||
|
refactor: upgraded the version of dependencies and fixed the deprecated API
|
||||||
|
([#92](https://github.com/spacemeowx2/s3si.ts/issues/92))
|
||||||
|
|
||||||
## 0.4.12
|
## 0.4.12
|
||||||
|
|
||||||
feat: add 6.0.0 special
|
feat: add 6.0.0 special
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.12"
|
"version": "0.4.13"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "s3si.ts";
|
export const AGENT_NAME = "s3si.ts";
|
||||||
export const S3SI_VERSION = "0.4.12";
|
export const S3SI_VERSION = "0.4.13";
|
||||||
export const NSOAPP_VERSION = "2.8.1";
|
export const NSOAPP_VERSION = "2.8.1";
|
||||||
export const WEB_VIEW_VERSION = "6.0.0-1249ecb9";
|
export const WEB_VIEW_VERSION = "6.0.0-1249ecb9";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue