From 87cf10f44589b3539da14b3dbb66546b6142d4ef Mon Sep 17 00:00:00 2001 From: Yaob1990 Date: Wed, 6 Nov 2024 22:07:10 +0800 Subject: [PATCH] chore: release v1.0.15 --- 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 711d46d..b86ed91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "history-today", "name": "History Today", - "version": "1.0.13", + "version": "1.0.14", "minAppVersion": "0.15.0", "description": "View and review your historical notes from this day across previous years", "author": "Yaob1990", diff --git a/package.json b/package.json index d03b041..e1b9548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.14", + "version": "1.0.15", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fcda70a..fdab36b 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.0.11": "0.15.0", "1.0.12": "0.15.0", "1.0.13": "0.15.0", - "1.0.14": "0.15.0" + "1.0.14": "0.15.0", + "1.0.15": "0.15.0" } \ No newline at end of file