From fa06fc0f094142dd88d55c449a17782af2142525 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Tue, 2 Jul 2024 09:03:01 +0800 Subject: [PATCH] chore: bump version --- 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 236e896..5785a4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "daily-notes-editor", "name": "Daily Notes Editor", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "0.15.0", "description": "Edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.", "author": "Quorafind", diff --git a/package.json b/package.json index 09e44b8..4fb422c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daily-notes-editor", - "version": "0.1.6", + "version": "0.1.7", "description": "A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ffb5565..262dba9 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.1.2": "0.15.0", "0.1.4": "0.15.0", "0.1.5": "0.15.0", - "0.1.6": "0.15.0" + "0.1.6": "0.15.0", + "0.1.7": "0.15.0" } \ No newline at end of file