From 7f47f4a087a8291760258ef13c92cf897598549c Mon Sep 17 00:00:00 2001 From: Adeir Junior <73009242+adeirjunior@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:46:12 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aa2650..95be772 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-gradients", "description": "This package provides an easy way to add gradients to nextjs apps", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",