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 4d6b421 commit 3904b9bCopy full SHA for 3904b9b
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "daily-note-calendar",
3
"name": "Daily notes calendar",
4
- "version": "1.13.1",
+ "version": "1.13.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
@@ -28,5 +28,6 @@
28
"1.11.3": "0.15.0",
29
"1.12.0": "0.15.0",
30
"1.13.0": "0.15.0",
31
- "1.13.1": "0.15.0"
+ "1.13.1": "0.15.0",
32
+ "1.13.2": "0.15.0"
33
}
0 commit comments