diff --git a/README.md b/README.md index 05ee6d5..cfc2e1a 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1d7a16d..ed60ea5 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } diff --git a/versions.json b/versions.json index 25b3d32..4b28322 100644 --- a/versions.json +++ b/versions.json @@ -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" }