From ae82a18847298af515bb10305f857e2693018f68 Mon Sep 17 00:00:00 2001 From: Redm4x Date: Tue, 3 Oct 2023 10:00:41 -0400 Subject: [PATCH] Bump versions --- api/package-lock.json | 4 ++-- api/package.json | 2 +- deploy-web/package-lock.json | 4 ++-- deploy-web/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index af9aedf87..2deb2040f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudmos-api", - "version": "2.7.2", + "version": "2.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cloudmos-api", - "version": "2.7.2", + "version": "2.7.3", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akashjs": "0.4.11", diff --git a/api/package.json b/api/package.json index 78de6281b..83b20f349 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "cloudmos-api", - "version": "2.7.2", + "version": "2.7.3", "description": "Api providing data to the deploy tool", "author": "Cloudmos", "license": "Apache-2.0", diff --git a/deploy-web/package-lock.json b/deploy-web/package-lock.json index af709ac70..82319f35b 100644 --- a/deploy-web/package-lock.json +++ b/deploy-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudmos-app", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cloudmos-app", - "version": "1.5.3", + "version": "1.5.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/deploy-web/package.json b/deploy-web/package.json index 5ab25d574..cb3a5fa0c 100644 --- a/deploy-web/package.json +++ b/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "cloudmos-app", - "version": "1.5.3", + "version": "1.5.4", "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "author": "Cloudmos", "private": true,