diff --git a/backend/config/version.py b/backend/config/version.py index 6343bb0..6bea591 100644 --- a/backend/config/version.py +++ b/backend/config/version.py @@ -2,7 +2,7 @@ # file: config/version.py import os -BASE_VERSION = "1.0.4RC4" # update manually when releasing features +BASE_VERSION = "1.0.4RC5" # update manually when releasing features def get_full_version() -> str: """ diff --git a/frontend/vue-app/src/components/notification/NotificationView.vue b/frontend/vue-app/src/components/notification/NotificationView.vue index 5d2f9c6..a8187d8b 100644 --- a/frontend/vue-app/src/components/notification/NotificationView.vue +++ b/frontend/vue-app/src/components/notification/NotificationView.vue @@ -5,6 +5,7 @@