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