From f94af13a06477b608cca60575e33b39220f3c72b Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Thu, 3 Oct 2024 11:36:23 +0200 Subject: [PATCH] change version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 567bbab..9d8f64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowable-oss/external-worker-client", - "version": "1.0.1-SNAPSHOT", + "version": "1.0.1", "description": "Flowable External Worker JS Client", "main": "./dist/index.js", "types": "./dist/index.d.ts",