From 32d79f98a6a509352e0ddc276d066a7b50253f15 Mon Sep 17 00:00:00 2001 From: Andreas Bomholtz Date: Fri, 3 Mar 2023 13:01:53 +0100 Subject: [PATCH] Release 2.0.15 Fixed problem with publishing a new verison when there already was one pending. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87176db..d21276c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wappsto-cli", "description": "Command Line Interface for Wappsto", - "version": "2.0.14", + "version": "2.0.15", "license": "Apache-2.0", "main": "dist/wappsto-cli.cjs.production.min.js", "module": "dist/wappsto-cli.esm.js",