From b6a3e9862678f59d9298e6027a80872b1b37f028 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 5 Jan 2023 11:33:53 +0100 Subject: [PATCH] 0.5.14 --- 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 f678c38..5018e65 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.13" + "version": "0.5.14" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -129,5 +129,5 @@ } } }, - "version": "0.5.13" + "version": "0.5.14" } diff --git a/package.json b/package.json index a9fca5d..89fda6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scittle", - "version": "0.5.13", + "version": "0.5.14", "files": [ "dist" ],