From 8a57304790bf0f009af60afa4fc56d62d7acce21 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 21 Mar 2020 19:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7v1?= =?UTF-8?q?.4.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 5c00ff4..a248267 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.4.1 + v1.4.2
diff --git a/update.py b/update.py index cd9d040..e47f53a 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import asyncio import aiohttp -VERSION = 'v1.4.1' +VERSION = 'v1.4.2' def check_update():