From badbddb8a0e45b7cba89ef3f02450fd0770d4ae0 Mon Sep 17 00:00:00 2001 From: Reorx Date: Mon, 18 Apr 2022 11:40:28 +0800 Subject: [PATCH] v2.0.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1073d65..b9ba242 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-daily-notes-opener", "name": "Daily notes opener", - "version": "2.0.1", + "version": "2.0.2", "minAppVersion": "0.12.0", "description": "Easily open daily/periodic notes in new pane, and much more!", "author": "Reorx", diff --git a/package.json b/package.json index 823ebd4..69db6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-daily-notes-opener", - "version": "2.0.1", + "version": "2.0.2", "description": "Easily open daily/periodic notes in new pane, and much more!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 583f12a..9c67747 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.5.1": "0.12.0", "1.5.2": "0.12.0", "2.0.0": "0.12.0", - "2.0.1": "0.12.0" + "2.0.1": "0.12.0", + "2.0.2": "0.12.0" } \ No newline at end of file