From 670ab31c12d5731ef60331ac5e28ddfb3d4ccf1c Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Thu, 26 Sep 2024 11:57:13 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5918d10..8872862 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ryangjchandler/alpine-tooltip", "description": "Add tooltips to your Alpine 3.x components with a custom directive.", - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Ryan Chandler", "email": "support@ryangjchandler.co.uk",