Skip to content

Commit c3a31bf

Browse files
committed
v1.4.0
1 parent 1b87ee8 commit c3a31bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-daily-notes-new-tab",
33
"name": "Daily notes new tab",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"minAppVersion": "0.12.0",
66
"description": "Easily open daily notes for today in new tab, and much more!",
77
"author": "Reorx",

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-new-tab",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Easily open daily notes for today in new tab, 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
@@ -7,5 +7,6 @@
77
"1.1.4": "0.12.0",
88
"1.2.0": "0.12.0",
99
"1.2.1": "0.12.0",
10-
"1.3.0": "0.12.0"
10+
"1.3.0": "0.12.0",
11+
"1.4.0": "0.12.0"
1112
}

0 commit comments

Comments
 (0)