From e1b84e747211f334eae38283960a20a2bf48662c Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 5 Dec 2024 00:27:53 +0600 Subject: [PATCH] api/package: bump version to 10.4.3 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index c6380f09..0498fe23 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "10.4.2", + "version": "10.4.3", "author": "imput", "exports": "./src/cobalt.js", "type": "module",