From 01b59fae9df38e156e5bafbd22950b005070dcdd Mon Sep 17 00:00:00 2001 From: kikootwo Date: Thu, 5 Mar 2026 17:14:45 -0500 Subject: [PATCH] Bump package version to 1.1.3 Update package.json version from 1.1.2 to 1.1.3. No other changes in this diff; version increment for the next release/patch. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6573d04..2b79a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readmeabook", - "version": "1.1.2", + "version": "1.1.3", "private": true, "scripts": { "dev": "next dev",