Skip to content

Commit 41db53b

Browse files
committed
Build: Bump version to v1.2.4
1 parent 31075d3 commit 41db53b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

web/public/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.2.3",
3-
"buildTime": "2025-12-20T15:15:00.000Z"
2+
"version": "1.2.4",
3+
"buildTime": "2025-12-21T09:41:00.000Z"
44
}

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.3</p>
93+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.4</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.3</p>
246+
<p className="text-[10px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.4</p>
247247
</div>
248248
</div>
249249
</div>

0 commit comments

Comments
 (0)