From 38be720e9ab63ae708048e7068744b0ad80268ce Mon Sep 17 00:00:00 2001 From: uphy Date: Thu, 30 Jun 2022 19:17:53 +0900 Subject: [PATCH] Release v1.1.12 --- 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 e8d1e9c..97ac3b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-reminder-plugin", "name": "Reminder", - "version": "1.1.10", + "version": "1.1.12", "minAppVersion": "0.12.12", "description": "Reminder plugin for Obsidian. This plugin adds feature to manage TODOs with reminder.", "author": "uphy", diff --git a/package.json b/package.json index db2c978..81915e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-reminder-plugin", - "version": "1.1.10", + "version": "1.1.12", "description": "Reminder plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 69d33bc..125923d 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.1.7": "0.13.14", "1.1.8": "0.13.14", "1.1.9": "0.14.6", - "1.1.10": "0.14.6" + "1.1.10": "0.14.6", + "1.1.12": "0.14.6" }