Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Feb 25, 2021
1 parent 363d213 commit 4d65956
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "0.10.13",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview",
"version": "0.1.6",
"version": "0.1.7",
"description": "Advanced data views for Obsidian.md.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class DataviewPlugin extends Plugin {

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

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

if (!this.workspace.layoutReady) {
this.workspace.on("layout-ready", async () => this.prepareIndexes());
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.1.3": "0.10.7",
"0.1.4": "0.10.7",
"0.1.5": "0.10.13",
"0.1.6": "0.10.13"
"0.1.6": "0.10.13",
"0.1.7": "0.10.13"
}

0 comments on commit 4d65956

Please sign in to comment.