From 65e40b02b0437daf5d41760352433435ad2370a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=B6hm?= <188768+fb55@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:59:49 +0100 Subject: [PATCH] 2.0.1 --- 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 c07535f5..916b199b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nth-check", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nth-check", - "version": "2.0.0", + "version": "2.0.1", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" diff --git a/package.json b/package.json index 61bf2ab9..e0ee457f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nth-check", - "version": "2.0.0", + "version": "2.0.1", "description": "Parses and compiles CSS nth-checks to highly optimized functions.", "author": "Felix Boehm ", "license": "BSD-2-Clause",