diff --git a/CHANGELOG.md b/CHANGELOG.md index 8511f5d..4779142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.32 + +fix: auto promotion will miss point tracking duration an export + ## 0.1.31 fix: coop weapon map failed due to a dot diff --git a/src/constant.ts b/src/constant.ts index 2f91da6..60638e5 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,7 +1,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.1.31"; +export const S3SI_VERSION = "0.1.32"; export const NSOAPP_VERSION = "2.3.1"; export const WEB_VIEW_VERSION = "1.0.0-433ec0e8"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";