Skip to content

Commit

Permalink
Prep 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jul 11, 2021
1 parent 920250d commit 0a7955c
Show file tree
Hide file tree
Showing 4 changed files with 4 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.1",
"version": "0.0.2",
"minAppVersion": "0.12.10",
"description": "Analyse your Obsidian graph.",
"author": "SkepticMystic",
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": "graph-analysis",
"version": "0.0.1",
"version": "0.0.2",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p {}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.2": "0.12.10",
"0.0.1": "0.12.10"
}

0 comments on commit 0a7955c

Please sign in to comment.