From 8ee985c4cb5ca84fdedeb08cd71ec143ff303a8e Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 10 Jun 2023 18:15:49 +0200
Subject: [PATCH] 1.0.0

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 143a458..e56bae0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vue-draggable-grid",
-  "version": "0.1.0",
+  "version": "1.0.0",
   "scripts": {
     "build": "vite build",
     "example:build": "vite build example",
-- 
GitLab