diff --git a/README.md b/README.md index 04add08..44202ca 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ In Obsidian, navigate to **Settings > Community Plugins**, turn off **Safe mode* Alternatively, clone/download this repository, and copy its contents to you vault's `.obsidian/plugins/obsidian-link-archive` folder and then enable it under **Settings > Community Plugins** (the note about disabling above applies here as well). ## Changelog +**v0.1.1** + +- Added missing license. + **v0.1.0** Initial release. diff --git a/manifest.json b/manifest.json index 5f8425f..85dda27 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-link-archive", "name": "Link Archive", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.9.12", "description": "This plugin archives links in your note so they're available to you even if the original site goes down or gets removed.", "author": "Tamás Deme - @tomzorz_",