diff --git a/manifest.json b/manifest.json index 72218e1..658154e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "review-obsidian", "name": "Review", - "version": "1.6.1", + "version": "1.6.2", "description": "Add a link to the current note to a daily note on a future date (or a past date, you time traveller).", "author": "ryanjamurphy", "authorUrl": "https://axle.design", diff --git a/package.json b/package.json index f4b9797..fd5c785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-obsidian", - "version": "1.6.1", + "version": "1.6.2", "description": "Add a link to the current note to a daily note on a future date (or a past date, you time traveller).", "main": "main.js", "repository": "ryanjamurphy/review-obsidian", @@ -22,6 +22,6 @@ "typescript": "^4.0.3" }, "dependencies": { - "obsidian-daily-notes-interface": "0.7.0" + "obsidian-daily-notes-interface": "^0.8.0" } }