Skip to content

Commit

Permalink
Prep 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jul 11, 2021
1 parent 0a7955c commit 5080286
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "graph-analysis",
"name": "Graph Analysis",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.12.10",
"description": "Analyse your Obsidian graph.",
"author": "SkepticMystic",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-analysis",
"version": "0.0.2",
"version": "0.0.3",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand All @@ -20,5 +20,8 @@
"rollup": "^2.32.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"graphlib": "^2.1.8"
}
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.0.3": "0.12.10",
"0.0.2": "0.12.10",
"0.0.1": "0.12.10"
}

0 comments on commit 5080286

Please sign in to comment.