From c97de0e898b35b4ba17c3f218f93ae9f434a9a81 Mon Sep 17 00:00:00 2001 From: nhannht Date: Wed, 3 Jul 2024 11:55:13 +0700 Subject: [PATCH] build: 0.1.10 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 727306d..0d3ce33 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-gantt", "name": "Smart Gantt", - "version": "0.1.9", + "version": "0.1.10", "minAppVersion": "0.1.5", "description": "Intelligently generate Gantt chart from your tasks", "author": "Nhan Nguyen", diff --git a/package.json b/package.json index 6eb29bb..d92c2da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-gantt", - "version": "0.1.9", + "version": "0.1.10", "description": "Intelligently generate Gantt chart from your tasks", "main": "main.js", "scripts": {