From 2d7106ae93c3005117aa86f8a971eebc4c5881fa Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 6 Feb 2020 19:53:33 +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.0?= 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 9b19d2d..cf3aa4b 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.3.0 + v1.4.0
diff --git a/update.py b/update.py index bf9a6aa..3132bbc 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import asyncio import aiohttp -VERSION = 'v1.3.0' +VERSION = 'v1.4.0' def check_update():