From b192927acce68a8f75fdf31cc8bb3c379f75ead9 Mon Sep 17 00:00:00 2001 From: Marko Zunic Date: Wed, 18 Mar 2020 11:36:43 +0100 Subject: [PATCH] Bumped package version after fixing packaging issues --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6de169..a7ddcf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-ganttastic", - "version": "0.9.0", + "version": "0.9.3", "description": "A simple and customizable Gantt chart component for Vue.js", "main": "./dist/index.js", "scripts": {