From 20e0b6eaf594038ca26e558ed5a1cff15349c18d Mon Sep 17 00:00:00 2001 From: ivan-lednev Date: Sun, 20 Aug 2023 22:09:00 +0200 Subject: [PATCH] 0.6.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 915f252da..f1d6df59c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "time-block-planner", "name": "Time Block Planner", - "version": "0.5.0", + "version": "0.6.0", "minAppVersion": "0.16.0", "description": "A day planner with clean UI and readable syntax", "author": "Ivan Lednev", diff --git a/package.json b/package.json index a163d15fe..993d09e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.5.0", + "version": "0.6.0", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": {