Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 7, 2022
1 parent 0de6f1b commit e72f1ae
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-new-tab",
"name": "Daily notes opener",
"version": "1.5.1",
"version": "1.5.2",
"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.1",
"version": "1.5.2",
"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 @@ -10,5 +10,6 @@
"1.3.0": "0.12.0",
"1.4.0": "0.12.0",
"1.5.0": "0.12.0",
"1.5.1": "0.12.0"
"1.5.1": "0.12.0",
"1.5.2": "0.12.0"
}

0 comments on commit e72f1ae

Please sign in to comment.