Skip to content

Commit 72eaaa7

Browse files
committed
chore: bump version
1 parent 3e786da commit 72eaaa7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "frontmatter-views",
33
"name": "Frontmatter Views",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"minAppVersion": "1.4.13",
66
"description": "Create dynamic views based on frontmatter",
77
"author": "Trey Wallis",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-frontmatter-views",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Create dynamic views based on frontmatter",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.0.4": "1.4.13",
66
"0.0.5": "1.4.13",
77
"0.0.6": "1.4.13",
8-
"0.0.7": "1.4.13"
8+
"0.0.7": "1.4.13",
9+
"0.0.8": "1.4.13"
910
}

0 commit comments

Comments
 (0)