We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475312f commit 41f6494Copy full SHA for 41f6494
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "daily-note-calendar",
3
"name": "Daily notes calendar",
4
- "version": "2.3.1",
+ "version": "2.4.0",
5
"minAppVersion": "0.15.0",
6
"description": "Navigate your Obsidian Vault using a calendar view.",
7
"author": "bartkessels",
package.json
@@ -1,6 +1,6 @@
"name": "daily-note-calendar",
"description": "Navigate your Obsidian vault using a calendar view.",
"main": "main.js",
"scripts": {
versions.json
@@ -36,5 +36,6 @@
36
"2.1.0": "0.15.0",
37
"2.2.0": "0.15.0",
38
"2.3.0": "0.15.0",
39
- "2.3.1": "0.15.0"
+ "2.3.1": "0.15.0",
40
+ "2.4.0": "0.15.0"
41
}
0 commit comments