From 682d8ea55f1aba9f3b0120c01379120e0d35a7e2 Mon Sep 17 00:00:00 2001 From: Reorx Date: Thu, 7 Apr 2022 15:40:51 +0800 Subject: [PATCH] v2.0.0 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 3d3835c..f16417e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-daily-notes-opener", "name": "Daily notes opener", - "version": "1.5.2", + "version": "2.0.0", "minAppVersion": "0.12.0", "description": "Easily open daily/periodic notes in new pane, and much more!", "author": "Reorx", "authorUrl": "https://github.com/reorx", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index ad0128e..cb2fdc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-daily-notes-opener", - "version": "1.5.2", + "version": "2.0.0", "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 d93287f..6bc53c9 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.4.0": "0.12.0", "1.5.0": "0.12.0", "1.5.1": "0.12.0", - "1.5.2": "0.12.0" + "1.5.2": "0.12.0", + "2.0.0": "0.12.0" } \ No newline at end of file