From 7f49bdd2289af0df6d1a28fe449579119ff800fc Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Tue, 6 Sep 2022 11:36:32 +0200 Subject: [PATCH] Publish 2.0.2 --- 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 c7e2cd9..e14872b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gradient-string", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gradient-string", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 0da442b..2b0f341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gradient-string", "description": "Beautiful color gradients in terminal output", - "version": "2.0.1", + "version": "2.0.2", "author": "Boris K", "license": "MIT", "main": "index.js",