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():