From 1c304457e2e79567f546b83a3a63067a997229b8 Mon Sep 17 00:00:00 2001 From: jj Date: Thu, 29 May 2025 17:22:03 +0000 Subject: [PATCH] api/package: bump version to 11.0.1 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 6b29be75..72a74a40 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "11.0", + "version": "11.0.1", "author": "imput", "exports": "./src/cobalt.js", "type": "module",