From 0dc496d22ada49ec09eddcc19c069f1a841480b3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 20 Oct 2020 21:50:22 +0000 Subject: [PATCH] 1.0.9 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aa370d..b1169f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@consentsoftware/webclient", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce9a4b0..30e5fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@consentsoftware/webclient", - "version": "1.0.8", + "version": "1.0.9", "private": false, "description": "a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.", "main": "dist_ts/index.js",