Skip to content

Commit 7b33cd9

Browse files
author
Michael Brenan
committed
0.3.9
1 parent e16cbfb commit 7b33cd9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"minAppVersion": "0.11.10",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"0.3.5": "0.11.10",
3838
"0.3.6": "0.11.10",
3939
"0.3.7": "0.11.10",
40-
"0.3.8": "0.11.10"
40+
"0.3.8": "0.11.10",
41+
"0.3.9": "0.11.10"
4142
}

0 commit comments

Comments
 (0)