From b73a4e3748c893b0fb0cf4a8c9497f20e26f2c4a Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 1 Mar 2020 14:22:12 +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.1?= 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 cf3aa4b..5c00ff4 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.4.0 + v1.4.1
diff --git a/update.py b/update.py index 3132bbc..cd9d040 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import asyncio import aiohttp -VERSION = 'v1.4.0' +VERSION = 'v1.4.1' def check_update():