From 04c43fce1bbaa8f42ba4619d00eac7e167eeb2e8 Mon Sep 17 00:00:00 2001 From: Redm4x <2829180+Redm4x@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:06:09 -0500 Subject: [PATCH] Bump api version --- api/package-lock.json | 4 ++-- api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 6c7522fc7..e51dc8ce1 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudmos-api", - "version": "2.11.1", + "version": "2.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cloudmos-api", - "version": "2.11.1", + "version": "2.12.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akashjs": "0.5.0", diff --git a/api/package.json b/api/package.json index 44d78c597..46ace2e03 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "cloudmos-api", - "version": "2.11.1", + "version": "2.12.0", "description": "Api providing data to the deploy tool", "author": "Cloudmos", "license": "Apache-2.0",