diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue
index a2886c7..ad6d930 100644
--- a/frontend/src/layout/index.vue
+++ b/frontend/src/layout/index.vue
@@ -9,7 +9,7 @@
- v1.5.2
+ v1.5.3
diff --git a/update.py b/update.py
index 0204e58..86b9f31 100644
--- a/update.py
+++ b/update.py
@@ -4,7 +4,7 @@ import asyncio
import aiohttp
-VERSION = 'v1.5.2'
+VERSION = 'v1.5.3'
def check_update():