From 7c7d7bc7dd04c120d1ecffd5b48f37f0896a3a41 Mon Sep 17 00:00:00 2001 From: kikootwo Date: Tue, 11 Aug 2026 14:57:14 -0400 Subject: [PATCH] Bump package version to 1.2.2 Update the project package version from 1.2.1 to 1.2.2 for the next release. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7743b..68db17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.2.1", + "version": "1.2.2", "private": true, "scripts": { "dev": "next dev",