From 8fc7b264ab1b1b71f2175b6326a1d0260c42e8a4 Mon Sep 17 00:00:00 2001 From: nhannht Date: Fri, 26 Jul 2024 13:48:53 +0700 Subject: [PATCH] build: 0.1.12 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0acddbc..8f399b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-gantt", "name": "Smart Gantt", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "0.1.5", "description": "Intelligently generate Gantt chart from your tasks", "author": "Nhan Nguyen", diff --git a/package.json b/package.json index b7fc893..c352db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-gantt", - "version": "0.1.11", + "version": "0.1.12", "description": "Intelligently generate Gantt chart from your tasks", "main": "main.js", "scripts": {