From 335248c076f075596e026711738e23c269ffd3f1 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 24 Apr 2021 11:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7v1?= =?UTF-8?q?.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/index.vue | 2 +- update.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index e8628f98..a2886c77 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.5.2-beta + v1.5.2
diff --git a/update.py b/update.py index 70b168bc..0204e58c 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import aiohttp -VERSION = 'v1.5.1' +VERSION = 'v1.5.2' def check_update():