build: bump version
parent
42b2541007
commit
98081f41a9
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.1.34
|
||||||
|
|
||||||
|
feat: add `--with-summary` to export summary data to file
|
||||||
|
|
||||||
## 0.1.33
|
## 0.1.33
|
||||||
|
|
||||||
fix: RankTracker::getRankStateById (fix
|
fix: RankTracker::getRankStateById (fix
|
||||||
|
|
|
||||||
|
|
@ -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.1.33";
|
export const S3SI_VERSION = "0.1.34";
|
||||||
export const NSOAPP_VERSION = "2.3.1";
|
export const NSOAPP_VERSION = "2.3.1";
|
||||||
export const WEB_VIEW_VERSION = "1.0.0-433ec0e8";
|
export const WEB_VIEW_VERSION = "1.0.0-433ec0e8";
|
||||||
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue