chore: bump version (#25)

main
imspace 2022-11-21 17:03:08 +08:00 committed by GitHub
parent 741c2c117f
commit eda3b37fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.1.22
feat: update `WEB_VIEW_VERSION` constant
## 0.1.21
refactor: use `Env::newFetcher` instead of `fetch`

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.1.21";
export const S3SI_VERSION = "0.1.22";
export const NSOAPP_VERSION = "2.3.1";
export const WEB_VIEW_VERSION = "1.0.0-d7b95a79";
export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";