From 96aa01a3ec3206216396b55be6624a4534cbcf08 Mon Sep 17 00:00:00 2001 From: kikootwo Date: Mon, 18 May 2026 15:10:04 -0400 Subject: [PATCH] Bump package version to 1.2.1 Update package.json version from 1.2.0 to 1.2.1 to mark a patch release. No other changes included in this commit. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aec224..1d7743b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.2.0", + "version": "1.2.1", "private": true, "scripts": { "dev": "next dev",