Skip to content

Commit 9806ab0

Browse files
committed
Bump version to v1.2.1 for release
1 parent a6a6547 commit 9806ab0

4 files changed

Lines changed: 4 additions & 4 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.0",
3+
"version": "1.2.1",
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.0",
2+
"version": "1.2.1",
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
@@ -97,7 +97,7 @@ export default function Sidebar() {
9797
</nav>
9898

9999
<div className="p-5 text-center border-t border-gray-50 bg-gray-50/30">
100-
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.0</p>
100+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.1</p>
101101
<p className="text-[10px] text-gray-600 font-medium font-serif italic">&copy; {new Date().getFullYear()} Saileela Rahasya</p>
102102
</div>
103103
</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.0</p>
245+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.1</p>
246246
</div>
247247
</div>
248248
</div>

0 commit comments

Comments
 (0)