From 824e073ba2860cfcc9e67829bcd8278da50e46e2 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 16 Nov 2024 12:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7v1?= =?UTF-8?q?.9.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- update.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2b72a754..762016f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "blivechat", - "version": "1.9.3-dev", + "version": "1.9.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/update.py b/update.py index e386662f..c84cf6be 100644 --- a/update.py +++ b/update.py @@ -6,7 +6,7 @@ import utils.async_io import utils.request -VERSION = 'v1.9.2' +VERSION = 'v1.9.3' def check_update():