Skip to content

Commit 4d65956

Browse files
author
Michael Brenan
committed
0.1.7
1 parent 363d213 commit 4d65956

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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": "dataview",
33
"name": "Dataview",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"minAppVersion": "0.10.13",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "main.js",
66
"scripts": {

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class DataviewPlugin extends Plugin {
2929

3030
this.addSettingTab(new DataviewSettingsTab(this.app, this));
3131

32-
console.log("Dataview Plugin - Version 0.1.6 Loaded");
32+
console.log("Dataview Plugin - Version 0.1.7 Loaded");
3333

3434
if (!this.workspace.layoutReady) {
3535
this.workspace.on("layout-ready", async () => this.prepareIndexes());

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"0.1.3": "0.10.7",
77
"0.1.4": "0.10.7",
88
"0.1.5": "0.10.13",
9-
"0.1.6": "0.10.13"
9+
"0.1.6": "0.10.13",
10+
"0.1.7": "0.10.13"
1011
}

0 commit comments

Comments
 (0)