Skip to content

Commit

Permalink
update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulianschwarz committed Aug 24, 2022
1 parent 64e5e4d commit 901657e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ The numbers in "[]" are the issue numbers associated with the fix or feature.

*1.1.1*:
- [#1] Fixed bugs with windows paths

*1.1.2*:
- Security fix (moment.js)

*1.1.3*:
- [#10] Add short links option to settings
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-file-link",
"name": "Better File Link",
"version": "1.1.2",
"minAppVersion": "0.9.12",
"description": "A plugin to add better external file links to notes.",
"author": "Marc Julian Schwarz",
"authorUrl": "https://www.marc-julian.de",
"isDesktopOnly": true
"id": "obsidian-file-link",
"name": "Better File Link",
"version": "1.1.3",
"minAppVersion": "0.9.12",
"description": "A plugin to add better external file links to notes.",
"author": "Marc Julian Schwarz",
"authorUrl": "https://www.marc-julian.de",
"isDesktopOnly": true
}
15 changes: 8 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"1.0.0": "0.9.12",
"1.0.1": "0.9.12",
"1.0.2": "0.9.12",
"1.0.3": "0.9.12",
"1.1.0": "0.9.12",
"1.1.1": "0.9.12",
"1.1.2": "0.9.12"
"1.0.0": "0.9.12",
"1.0.1": "0.9.12",
"1.0.2": "0.9.12",
"1.0.3": "0.9.12",
"1.1.0": "0.9.12",
"1.1.1": "0.9.12",
"1.1.2": "0.9.12",
"1.1.3": "0.9.12"
}

0 comments on commit 901657e

Please sign in to comment.