diff --git a/manifest.json b/manifest.json index 1151c93..f4b3dca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tasks-calendar-wrapper", "name": "Tasks Calendar Wrapper", - "version": "0.2.1", + "version": "0.2.2", "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", diff --git a/package.json b/package.json index ca02a1f..2bfa317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasks-calendar-wrapper", - "version": "0.2.1", + "version": "0.2.2", "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).", "main": "src/main.ts", "scripts": { diff --git a/versions.json b/versions.json index 68ab6d6..2986480 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.2.1": "0.15.0" + "0.2.2": "0.15.0" }