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 96950f0 commit 9425648Copy full SHA for 9425648
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "daily-note-calendar",
3
"name": "Daily notes calendar",
4
- "version": "2.0.1",
+ "version": "2.0.2",
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
@@ -31,5 +31,6 @@
31
"1.13.1": "0.15.0",
32
"1.13.2": "0.15.0",
33
"2.0.0": "0.15.0",
34
- "2.0.1": "0.15.0"
+ "2.0.1": "0.15.0",
35
+ "2.0.2": "0.15.0"
36
}
0 commit comments