From 5f8d61b269d336303a541157e94f1acdc0bd3110 Mon Sep 17 00:00:00 2001 From: zhuwenq <33564074+Leonezz@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:48:26 +0800 Subject: [PATCH] hot fix the version number issue --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b32de81..1453f50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tasks-calendar-wrapper", "name": "Tasks Calendar Wrapper", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.15.0", "description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).", "author": "zhuwenq",