From 54655720bf6d7c229c91e02c065ed1c1fd9f54f4 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 6 Apr 2026 15:53:41 +0600 Subject: [PATCH] api & web: bump and sync version to 11.7 --- 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 77fb5ac9..795fbabd 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "11.6", + "version": "11.7", "author": "imput", "exports": "./src/cobalt.js", "type": "module", diff --git a/web/package.json b/web/package.json index 0054fbb9..31af90f3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@imput/cobalt-web", - "version": "11.3", + "version": "11.7", "type": "module", "private": true, "scripts": {