From 04dbb05a6e388dfba0c5478e8fe089661672086d Mon Sep 17 00:00:00 2001 From: kikootwo Date: Fri, 20 Feb 2026 10:19:50 -0500 Subject: [PATCH] Bump package version to 1.0.9 Update package.json version from 1.0.8 to 1.0.9 to mark a new patch release. No other changes in this diff. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bf7dc4..ab287f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.8", + "version": "1.0.9", "private": true, "scripts": { "dev": "next dev",