From 81169da05e62f2a74b6c951006b23ef126a03ec6 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Fri, 20 Mar 2026 16:48:43 -0400 Subject: [PATCH] fix: update version number to 1.0.6RC01 and clarify verification code description --- backend/config/version.py | 2 +- frontend/vue-app/src/components/auth/ParentPinSetup.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/config/version.py b/backend/config/version.py index e0cfd59..571f67b 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.5" # update manually when releasing features +BASE_VERSION = "1.0.6RC01" # update manually when releasing features def get_full_version() -> str: """ diff --git a/frontend/vue-app/src/components/auth/ParentPinSetup.vue b/frontend/vue-app/src/components/auth/ParentPinSetup.vue index 5bc13c2..89f507c 100644 --- a/frontend/vue-app/src/components/auth/ParentPinSetup.vue +++ b/frontend/vue-app/src/components/auth/ParentPinSetup.vue @@ -15,8 +15,8 @@

Enter Verification Code

- We've sent a 6-digit code to your email. Enter it below to continue. The code is valid for - 10 minutes. + We've sent a 6-character code to your email. Enter it below to continue. The code is valid + for 10 minutes.