From 4a38dd3da8af3537ca620c38ee70e9125cf20655 Mon Sep 17 00:00:00 2001 From: kikootwo Date: Mon, 9 Feb 2026 21:46:02 -0500 Subject: [PATCH] Bump package version to 1.0.5 Update package.json version from 1.0.4 to 1.0.5 to prepare for a patch release. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37756ca..f517e13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "dev": "next dev",