From 7a4ee69548877d8c490aefbf254868f86f3e9265 Mon Sep 17 00:00:00 2001 From: Sasha Milenkovic Date: Tue, 22 Oct 2024 13:10:18 -0400 Subject: [PATCH] build: bumps version --- dist/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 7e55574..31a66e4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@formkit/drag-and-drop", - "version": "0.2.4", + "version": "0.2.5", "description": "Drag and drop package.", "main": "./index.cjs", "types": "./index.d.cts", diff --git a/package.json b/package.json index 2370ac3..0282a1c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "private": true, "description": "Drag and drop package.", "main": "./index.cjs",