From 547af71de853e24ac5ad33eaa9b603bd9d9f0da4 Mon Sep 17 00:00:00 2001 From: kikootwo Date: Thu, 26 Feb 2026 12:46:10 -0500 Subject: [PATCH] Bump package version to 1.0.14 Update package.json version from 1.0.13 to 1.0.14 to reflect a new 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 f6f0fa0..a966b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.13", + "version": "1.0.14", "private": true, "scripts": { "dev": "next dev",