From b2d12e84bdede5ca7ba44d0b5111365243d484f1 Mon Sep 17 00:00:00 2001 From: John Smith Date: Fri, 4 Mar 2022 20:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7v1?= =?UTF-8?q?.6.0?= 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 f58392d..97c6e93 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "blivechat", - "version": "1.6.0-beta", + "version": "1.6.0", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/update.py b/update.py index ff7d180..60ddf04 100644 --- a/update.py +++ b/update.py @@ -5,7 +5,7 @@ import aiohttp import utils.request -VERSION = 'v1.5.3' +VERSION = 'v1.6.0' def check_update():