From 8eacc9af7171172ebb992b2710b7ee90fd1c298f Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Fri, 17 Apr 2026 13:42:47 +0300 Subject: [PATCH] version: bump to 1.10.13 AccessibleUI Session complete with accessibility and UI/UX improvements: - Enhanced OLED color palette (better contrast ratios) - Integrated Fira typography system - Added 100+ cursor-pointer and focus states - Removed all uppercase text-transform - Improved footer visibility - All changes verified with successful build No breaking changes. Ready for next development phase. --- frontend/VERSION.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/VERSION.json b/frontend/VERSION.json index 20176130..cf9f58d0 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1,6 +1,6 @@ { - "version": "1.10.12", - "last_build": "2026-04-17-1112", - "codename": "StableFlow", - "commit": "91e986b3" -} \ No newline at end of file + "version": "1.10.13", + "last_build": "2026-04-17-1430", + "codename": "AccessibleUI", + "commit": "f28052ea" +}