diff --git a/manifest.json b/manifest.json index 5a91b19..64fc45a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-gantt", "name": "Smart Gantt", - "version": "0.1.5", + "version": "0.1.6", "minAppVersion": "0.1.5", "description": "Intelligently generate Gantt chart from your tasks", "author": "Nhan Nguyen", diff --git a/package.json b/package.json index a6f52a3..e43d747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-gantt", - "version": "0.1.5", + "version": "0.1.6", "description": "Intelligently generate Gantt chart from your tasks", "main": "main.js", "scripts": {