From d97e2c3f57ae8da0e3c7a30af8098d954bd49608 Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Wed, 1 Nov 2023 13:48:09 +0100 Subject: [PATCH] change version to 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccab217..106cfd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowable-oss/external-worker-client", - "version": "0.0.1-SNAPSHOT.3", + "version": "1.0.0", "description": "Flowable External Worker JS Client", "main": "./dist/index.js", "types": "./dist/index.d.ts",