Skip to content

Commit

Permalink
Prepare for release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Feb 24, 2021
1 parent f5be343 commit 31604e6
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.5",
"version": "0.1.6",
"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.5",
"version": "0.1.6",
"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.5 Loaded");
console.log("Dataview Plugin - Version 0.1.6 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 @@ -5,5 +5,6 @@
"0.1.2": "0.10.7",
"0.1.3": "0.10.7",
"0.1.4": "0.10.7",
"0.1.5": "0.10.13"
"0.1.5": "0.10.13",
"0.1.6": "0.10.13"
}

0 comments on commit 31604e6

Please sign in to comment.