From d38f03b8f4c533fffeae007129e05e4833319880 Mon Sep 17 00:00:00 2001 From: kikootwo Date: Thu, 26 Feb 2026 09:45:45 -0500 Subject: [PATCH] Bump version to 1.0.13 Update package.json version from 1.0.12 to 1.0.13 to mark a new patch release. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb0517a..f6f0fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.0.12", + "version": "1.0.13", "private": true, "scripts": { "dev": "next dev",