From ed89316fa2d43fe3e326fcc32de198c8f367a9f8 Mon Sep 17 00:00:00 2001 From: Christophe Massolin Date: Wed, 25 Oct 2023 00:18:06 +0200 Subject: [PATCH] Bump 0.0.3 --- README.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- versions.json | 7 ++++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5479f2b..3d2a91d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ An Obsidian plugin for creating daily notes from completed tasks. ### Changelogs +#### 0.0.3 + +Do not reveal calendar at startup + #### 0.0.2 Add the ability to create a daily note from completed tasks. diff --git a/manifest.json b/manifest.json index ac720f5..669bcbe 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/FuriouZz", "fundingUrl": "https://github.com/FuriouZz/pricing", "isDesktopOnly": false, - "version": "0.0.2" + "version": "0.0.3" } \ No newline at end of file diff --git a/package.json b/package.json index 3367352..ab32651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "today", - "version": "0.0.2", + "version": "0.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 86980d6..66cce18 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { - "0.0.1": "0.15.0", - "0.0.2": "0.15.0" -} + "0.0.1": "0.15.0", + "0.0.2": "0.15.0", + "0.0.3": "0.15.0" +} \ No newline at end of file