Skip to content

Commit 3ba6533

Browse files
committed
Bump version to v1.2.2
1 parent 8d6c4c9 commit 3ba6533

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project, originally architected in `ARCHITECTURE.md`, has evolved into a fu
77
---
88

99
> **Current Status:**
10-
> - **Web App:** v1.2.1 (Production Release)
10+
> - **Web App:** v1.2.2 (Production Release)
1111
> - **Backend:** Next.js Server Actions + Prisma + Neon (Postgres)
1212
> - **Authentication:** Clerk
1313
> - **Infrastructure:** Vercel

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.1",
3+
"version": "1.2.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

web/public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.2.1",
2+
"version": "1.2.2",
33
"buildTime": "2025-12-19T12:15:00.000Z"
44
}

web/src/components/layout/Sidebar.tsx

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

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

web/src/components/layout/UtilityMenu.tsx

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

244244
<div className="text-center">
245-
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.1</p>
245+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.2</p>
246246
</div>
247247
</div>
248248
</div>

0 commit comments

Comments
 (0)