From 82f30627591bb4d8e838208d3f6cceb9079f2a50 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 18 Feb 2025 18:30:15 +0600 Subject: [PATCH] api & web: bump package version to 10.7.5 --- api/package.json | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 72e573b5..85cd43c7 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.4", + "version": "10.7.5", "author": "imput", "exports": "./src/cobalt.js", "type": "module", diff --git a/web/package.json b/web/package.json index e3064205..24b59501 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@imput/cobalt-web", - "version": "10.7.3", + "version": "10.7.5", "type": "module", "private": true, "scripts": {