Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 7, 2022
1 parent 543d3ab commit 682d8ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-daily-notes-opener",
"name": "Daily notes opener",
"version": "1.5.2",
"version": "2.0.0",
"minAppVersion": "0.12.0",
"description": "Easily open daily/periodic notes in new pane, and much more!",
"author": "Reorx",
"authorUrl": "https://github.com/reorx",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-daily-notes-opener",
"version": "1.5.2",
"version": "2.0.0",
"description": "Easily open daily/periodic notes in new pane, and much more!",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.4.0": "0.12.0",
"1.5.0": "0.12.0",
"1.5.1": "0.12.0",
"1.5.2": "0.12.0"
"1.5.2": "0.12.0",
"2.0.0": "0.12.0"
}

0 comments on commit 682d8ea

Please sign in to comment.