build: bump version
parent
1547c65c83
commit
e2b7828ff3
|
|
@ -1,3 +1,12 @@
|
|||
## 0.1.37
|
||||
|
||||
feat: avoid duplicate with s3s' upload
|
||||
([#45](https://github.com/spacemeowx2/s3si.ts/issues/45))
|
||||
|
||||
fix: isMySelf is removed
|
||||
|
||||
feat(delete-coop): add delete count
|
||||
|
||||
## 0.1.36
|
||||
|
||||
fix: map special weapon by url
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||
|
||||
export const AGENT_NAME = "s3si.ts";
|
||||
export const S3SI_VERSION = "0.1.36";
|
||||
export const S3SI_VERSION = "0.1.37";
|
||||
export const NSOAPP_VERSION = "2.3.1";
|
||||
export const WEB_VIEW_VERSION = "2.0.0-8a061f6c";
|
||||
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";
|
||||
|
|
|
|||
Loading…
Reference in New Issue