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 4e85eb2 commit 897c34cCopy full SHA for 897c34c
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "daily-note-calendar",
3
"name": "Daily notes calendar",
4
- "version": "2.6.0",
+ "version": "2.6.1",
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
@@ -42,5 +42,6 @@
42
"2.4.2": "0.15.0",
43
"2.5.0": "0.15.0",
44
"2.5.1": "0.15.0",
45
- "2.6.0": "0.15.0"
+ "2.6.0": "0.15.0",
46
+ "2.6.1": "0.15.0"
47
}
0 commit comments