更新版本号v1.9.2

This commit is contained in:
John Smith 2024-07-29 23:22:16 +08:00
parent 6d7c7b78d9
commit 187d45e6d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "blivechat", "name": "blivechat",
"version": "1.9.1", "version": "1.9.2",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@ -6,7 +6,7 @@ import aiohttp
import utils.async_io import utils.async_io
import utils.request import utils.request
VERSION = 'v1.9.1' VERSION = 'v1.9.2'
def check_update(): def check_update():