build: bump version

main
spacemeowx2 2022-11-30 16:51:36 +08:00 committed by imspace
parent 1547c65c83
commit e2b7828ff3
2 changed files with 10 additions and 1 deletions

View File

@ -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 ## 0.1.36
fix: map special weapon by url fix: map special weapon by url

View File

@ -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.36"; export const S3SI_VERSION = "0.1.37";
export const NSOAPP_VERSION = "2.3.1"; export const NSOAPP_VERSION = "2.3.1";
export const WEB_VIEW_VERSION = "2.0.0-8a061f6c"; export const WEB_VIEW_VERSION = "2.0.0-8a061f6c";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";