From 58201b3cf7d911f89c0c140949d68642eb344d77 Mon Sep 17 00:00:00 2001 From: CatsJuice Date: Sun, 30 Jul 2023 17:14:48 +0800 Subject: [PATCH] chore: release v0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 317c507..3362fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipad-cursor", - "version": "0.5.1", + "version": "0.5.2", "description": "Mouse effect of iPad in browser that can be used in any framework", "scripts": { "dev": "cd ./playground && vite",