diff --git a/CHANGELOG.md b/CHANGELOG.md index 161d1b1..1d94b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.7.1] - 2021-06-17 + ### 🐛 Bug Fixes - Right-click context menu now works with the latest Obsidian version. diff --git a/manifest.json b/manifest.json index 44c7aab..95ecc94 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "todoist-sync-plugin", "name": "Todoist Plugin", - "version": "1.7.0", - "minAppVersion": "0.10.8", + "version": "1.7.1", + "minAppVersion": "0.11.11", "description": "Materialize Todoist tasks within Obsidian notes.", "author": "Jamie Brynes", "authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin", "isDesktopOnly": "true" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 33848bc..ca1ff23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "todoist-plugin", - "version": "1.7.0", + "version": "1.7.1", "description": "A Todoist plugin for Obsidian", "main": "src/index.js", "scripts": { @@ -38,4 +38,4 @@ "ts-node": "^9.0.0", "typescript": "^4.1.2" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index e0ee08d..dcf06fb 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,8 @@ { + "1.7.1": "0.11.11", "1.7.0": "0.10.8", "1.6.2": "0.10.6", "1.6.1": "0.10.6", "1.6.0": "0.10.2", "1.5.0": "0.9.10" -} +} \ No newline at end of file