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 3e786da commit 72eaaa7Copy full SHA for 72eaaa7
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "frontmatter-views",
3
"name": "Frontmatter Views",
4
- "version": "0.0.7",
+ "version": "0.0.8",
5
"minAppVersion": "1.4.13",
6
"description": "Create dynamic views based on frontmatter",
7
"author": "Trey Wallis",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-frontmatter-views",
"main": "main.js",
"scripts": {
versions.json
@@ -5,5 +5,6 @@
"0.0.4": "1.4.13",
"0.0.5": "1.4.13",
"0.0.6": "1.4.13",
8
- "0.0.7": "1.4.13"
+ "0.0.7": "1.4.13",
9
+ "0.0.8": "1.4.13"
10
}
0 commit comments