From 725c9934d06848ec52dcfe73af6709c17761b7d9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 4 May 2023 17:03:00 +0200 Subject: [PATCH] 0.6.15 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5018e65..324520a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "react": "17.0.1", "react-dom": "17.0.1" }, - "version": "0.5.14" + "version": "0.6.15" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -129,5 +129,5 @@ } } }, - "version": "0.5.14" + "version": "0.6.15" } diff --git a/package.json b/package.json index ce5aad5..ecc2230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scittle", - "version": "0.6.14", + "version": "0.6.15", "files": [ "dist" ],