From 6d76ec7b87316c1296c9c75462699303a0e986ee Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 12 Mar 2023 22:06:06 +0100 Subject: [PATCH] Bump version to v5.8.1 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7029fde..482618b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "insect", - "version": "5.8.0", + "version": "5.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insect", - "version": "5.8.0", + "version": "5.8.1", "license": "MIT", "dependencies": { "clipboardy": "^2.3.0", diff --git a/package.json b/package.json index e3a940d..1bd210f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insect", - "version": "5.8.0", + "version": "5.8.1", "description": "High precision scientific calculator with support for physical units", "author": "David Peter ", "license": "MIT",