From d6e8700eab987965aa284b145f923f372c8e7f65 Mon Sep 17 00:00:00 2001 From: Safwan Samsudeen Date: Wed, 11 Sep 2024 21:10:06 +0530 Subject: [PATCH] fix: package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 396a2f4..4827295 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frappe-gantt", - "version": "0.8", + "version": "0.8.0", "description": "A simple, modern, interactive gantt library for the web", "main": "src/index.js", "type": "module",