From a940eb13fde4a9222e5eca0e66753cbb8fb92496 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 14 Mar 2025 09:17:01 +0600 Subject: [PATCH] api/package: bump version to 10.7.10 it's kind of ridiculous at this point --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 1e8f506a..4f2b21dc 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "10.7.9", + "version": "10.7.10", "author": "imput", "exports": "./src/cobalt.js", "type": "module",