Skip to content

Commit

Permalink
Updates the Daily Notes Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan J.A. Murphy committed Apr 5, 2021
1 parent e8bb38c commit 8e33550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,6 +22,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"obsidian-daily-notes-interface": "0.7.0"
"obsidian-daily-notes-interface": "^0.8.0"
}
}

0 comments on commit 8e33550

Please sign in to comment.