diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index a7448a3c..afae039f 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 b6f0f315..7d89566f 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import aiohttp -VERSION = 'v1.5.0' +VERSION = 'v1.5.1' def check_update():