From a7bf5c525dee5f6c6b273d4834823c792c37ff4d Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 31 May 2025 13:49:15 +0000 Subject: [PATCH] api/package: bump version to 11.0.2 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 72a74a40..f71d0a5c 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.1", + "version": "11.0.2", "author": "imput", "exports": "./src/cobalt.js", "type": "module",