From b76c4b78123198d5601739da847a2146d3dda439 Mon Sep 17 00:00:00 2001 From: b4rtaz Date: Sat, 15 Oct 2022 11:35:26 +0200 Subject: [PATCH] 0.2.1 --- README.md | 8 ++++---- examples/assets/lib.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 434a269..23659cc 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ Add the below code to your head section in HTML document. ```html ... - - - - + + + + ``` Call the designer by: diff --git a/examples/assets/lib.js b/examples/assets/lib.js index c17f8a7..08e415e 100644 --- a/examples/assets/lib.js +++ b/examples/assets/lib.js @@ -16,7 +16,7 @@ function embedStylesheet(url) { const baseUrl = isTestEnv() ? '..' - : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0'; + : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1'; embedScript(`${baseUrl}/lib/designer.js`); embedStylesheet(`${baseUrl}/css/designer.css`);