From 751de398b0eeb603d68c654e77bbc3f0d72cac2c Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Fri, 9 Dec 2022 15:27:34 +0800 Subject: [PATCH] build: bump version and update WEBVIEW VERSION --- CHANGELOG.md | 4 ++++ src/constant.ts | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd18fc..e28b129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.2 + +feat: tracks salmon run grade by group info + ## 0.2.1 fix: detect random special diff --git a/src/constant.ts b/src/constant.ts index a1a1850..bf8ca9a 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,9 +1,9 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.2.1"; +export const S3SI_VERSION = "0.2.2"; export const NSOAPP_VERSION = "2.4.0"; -export const WEB_VIEW_VERSION = "2.0.0-18810d39"; +export const WEB_VIEW_VERSION = "2.0.0-bd36a652"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts"; export const USERAGENT = `${AGENT_NAME}/${S3SI_VERSION} (${S3SI_LINK})`;