diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index a7448a3..afae039 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.5.0 + v1.5.1
diff --git a/update.py b/update.py index b6f0f31..7d89566 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import asyncio import aiohttp -VERSION = 'v1.5.0' +VERSION = 'v1.5.1' def check_update():