From 2972297903e04ab31560cc3ffeb766dd415bfdde Mon Sep 17 00:00:00 2001 From: kikootwo Date: Wed, 25 Feb 2026 11:20:43 -0500 Subject: [PATCH] Bump package version to 1.0.12 Update package.json version from 1.0.11 to 1.0.12 to publish a new patch release. No other changes were made in this commit. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f732b8..bb0517a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.11", + "version": "1.0.12", "private": true, "scripts": { "dev": "next dev",