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 +}