From 9347eef389ce7c0b896c4ce2104839148209d94c Mon Sep 17 00:00:00 2001 From: Gaetan <72258504+gaetan-hexadog@users.noreply.github.com> Date: Tue, 20 Jun 2023 13:06:23 +0200 Subject: [PATCH] 0.2.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3ae90a..a080483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hexadog/tailwind-social-colors", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "author": { "name": "Gaetan B.", @@ -28,11 +28,11 @@ "bugs": { "url": "https://github.com/hexadog/tailwind-social-colors/issues" }, - "homepage": "https://github.com/hexadog/tailwind-social-colors#readme", + "homepage": "https://github.com/hexadog/tailwind-social-colors#readme", "scripts": { "upload": "npm publish --access public", "patch": "npm version patch", "minor": "npm version minor", "major": "npm version major" } -} \ No newline at end of file +}