Skip to content

Commit

Permalink
更新版本号v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Jul 29, 2024
1 parent 6d7c7b7 commit 187d45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blivechat",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import utils.async_io
import utils.request

VERSION = 'v1.9.1'
VERSION = 'v1.9.2'


def check_update():
Expand Down

0 comments on commit 187d45e

Please sign in to comment.