Skip to content

Commit

Permalink
fix: obsidian version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmotylinski committed Apr 13, 2024
1 parent 629e951 commit 4f333f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "hierarchical-outgoing-links",
"name": "Hierarchical Outgoing Links",
"version": "1.0.14",
"minAppVersion": "1.15.2",
"version": "1.0.15",
"minAppVersion": "1.5.12",
"description": "Displays outgoing links in a hierarchy",
"author": "Jason Motylinski",
"authorUrl": "https://jason.motylinski.com",
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": "hierarchical-outgoing-links-plugin",
"version": "1.0.14",
"version": "1.0.15",
"description": "Hierarchical outgoing links",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.14": "1.15.2"
"1.0.15": "1.5.12"
}

0 comments on commit 4f333f6

Please sign in to comment.