diff --git a/manifest.json b/manifest.json index 8c552cf..8091a42 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-reminder-plugin", "name": "Reminder", - "version": "1.1.12", + "version": "1.1.13", "minAppVersion": "1.0.3", "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 3a549fe..d453de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-reminder-plugin", - "version": "1.1.12", + "version": "1.1.13", "description": "Reminder plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 125923d..c96873a 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.1.8": "0.13.14", "1.1.9": "0.14.6", "1.1.10": "0.14.6", - "1.1.12": "0.14.6" + "1.1.12": "0.14.6", + "1.1.13": "1.0.3" }