diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index d134022a..5f371956 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -9,7 +9,7 @@
- v1.4.3 + v1.4.4
diff --git a/update.py b/update.py index 12ad8fae..c3238478 100644 --- a/update.py +++ b/update.py @@ -4,7 +4,7 @@ import aiohttp -VERSION = 'v1.4.3' +VERSION = 'v1.4.4' def check_update():