Skip to content

Commit dfe7218

Browse files
committed
style: update version strings in UI to v1.2.5
1 parent bf2c505 commit dfe7218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/components/layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function Sidebar() {
9090
</nav>
9191

9292
<div className="p-5 text-center border-t border-gray-50 bg-gray-50/30">
93-
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.4</p>
93+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.5</p>
9494
<p className="text-[10px] text-gray-600 font-medium font-serif italic">&copy; {new Date().getFullYear()} Saileela Rahasya</p>
9595
</div>
9696
</aside>

web/src/components/layout/UtilityMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default function UtilityMenu() {
243243
</SignedOut>
244244

245245
<div className="text-center">
246-
<p className="text-[10px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.4</p>
246+
<p className="text-[10px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.5</p>
247247
</div>
248248
</div>
249249
</div>

0 commit comments

Comments
 (0)