From 44f842997e7891ba1ddacf18aabeb3fab946937a Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 30 Oct 2024 18:29:53 +0600 Subject: [PATCH] api & web: bump version to 10.2 --- 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 948f8180..ba365899 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "10.1.0", + "version": "10.2.0", "author": "imput", "exports": "./src/cobalt.js", "type": "module", diff --git a/web/package.json b/web/package.json index bd2854b5..e0c3d1bf 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@imput/cobalt-web", - "version": "10.1.0", + "version": "10.2.0", "type": "module", "private": true, "scripts": {