Skip to content

Commit 682d8ea

Browse files
committed
v2.0.0
1 parent 543d3ab commit 682d8ea

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-daily-notes-opener",
33
"name": "Daily notes opener",
4-
"version": "1.5.2",
4+
"version": "2.0.0",
55
"minAppVersion": "0.12.0",
66
"description": "Easily open daily/periodic notes in new pane, and much more!",
77
"author": "Reorx",
88
"authorUrl": "https://github.com/reorx",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-daily-notes-opener",
3-
"version": "1.5.2",
3+
"version": "2.0.0",
44
"description": "Easily open daily/periodic notes in new pane, and much more!",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"1.4.0": "0.12.0",
1212
"1.5.0": "0.12.0",
1313
"1.5.1": "0.12.0",
14-
"1.5.2": "0.12.0"
14+
"1.5.2": "0.12.0",
15+
"2.0.0": "0.12.0"
1516
}

0 commit comments

Comments
 (0)