From 8def67f5332736885b499129bf9538a9caa90e90 Mon Sep 17 00:00:00 2001 From: BlankParticle Date: Tue, 5 Dec 2023 00:08:21 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20Release=20v1.1.1=20Star?= =?UTF-8?q?ting=20with=20v1.1.1,=20the=20package=20is=20out=20of=20develop?= =?UTF-8?q?ment=20versioning.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7170ad7..7bca493 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tailwind-plugin-realtime-colors", "main": "dist/plugin.cjs", "module": "dist/plugin.js", - "version": "1.1.0-development", + "version": "1.1.1", "description": "A Tailwind CSS plugin that allows you to load colors from URL of Realtime Colors", "type": "module", "scripts": {