Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Mar 8, 2021
1 parent b9727c0 commit 2cad902
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.1.9",
"minAppVersion": "0.10.13",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}
{
"id": "dataview",
"name": "Dataview",
"version": "0.1.10",
"minAppVersion": "0.10.13",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}
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.9",
"version": "0.1.10",
"description": "Advanced data views for Obsidian.md.",
"main": "main.js",
"scripts": {
Expand Down
Empty file modified release.sh
100644 → 100755
Empty file.
27 changes: 14 additions & 13 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"0.0.1": "0.10.7",
"0.1.0": "0.10.7",
"0.1.1": "0.10.7",
"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.6": "0.10.13",
"0.1.7": "0.10.13",
"0.1.8": "0.10.13",
"0.1.9": "0.10.13"
}
{
"0.0.1": "0.10.7",
"0.1.0": "0.10.7",
"0.1.1": "0.10.7",
"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.6": "0.10.13",
"0.1.7": "0.10.13",
"0.1.8": "0.10.13",
"0.1.9": "0.10.13",
"0.1.10": "0.10.13"
}

0 comments on commit 2cad902

Please sign in to comment.