From 9a4884a0cdc09e1a7d135aad8aac737223206a79 Mon Sep 17 00:00:00 2001 From: Tristan Bastian Date: Sat, 1 Oct 2022 17:41:44 +0200 Subject: [PATCH] bump version --- cumulocity.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cumulocity.json b/cumulocity.json index b4b35e0..1a23d42 100644 --- a/cumulocity.json +++ b/cumulocity.json @@ -1,7 +1,7 @@ { "apiVersion": "v1", "name": "acme", - "version": "0.0.1", + "version": "0.0.2", "provider": { "name": "Tristan Bastian", "domain": "https://github.com/SoftwareAG/cumulocity-acme", diff --git a/package-lock.json b/package-lock.json index f3c9b27..87605e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cumulocity-acme", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cumulocity-acme", - "version": "0.0.1", + "version": "0.0.2", "license": "GPL-3.0", "dependencies": { "@c8y/client": "^1013.168.0", diff --git a/package.json b/package.json index 25e6363..ca326a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-acme", - "version": "0.0.1", + "version": "0.0.2", "main": "dist/index.js", "license": "GPL-3.0", "scripts": {