diff --git a/manifest.json b/manifest.json index b8765b3..df1875b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-reminder-plugin", "name": "Reminder", - "version": "1.1.8", + "version": "1.1.9", "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 883e6f1..e5cada1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-reminder-plugin", - "version": "1.1.8", + "version": "1.1.9", "description": "Reminder plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 74a9d37..a62ccdd 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.1.5": "0.13.14", "1.1.6": "0.13.14", "1.1.7": "0.13.14", - "1.1.8": "0.13.14" + "1.1.8": "0.13.14", + "1.1.9": "0.14.6" }