From d9f33fd37107d92e97071b82b8f55a2817757101 Mon Sep 17 00:00:00 2001 From: batistein Date: Tue, 8 Mar 2022 14:56:47 +0100 Subject: [PATCH] Release 3.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 cffcb71..52f5937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "tailwindcss-border-gradient-radius", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "color": "^3.1.2", diff --git a/package.json b/package.json index 36961e3..c225eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-border-gradient-radius", - "version": "3.0.0", + "version": "3.0.1", "description": "Tailwind CSS plugin for generating border gradients with could be used with the rounded utility", "author": "Sven Batista Steinbach ", "license": "MIT",