diff --git a/manifest.json b/manifest.json index 999f984..3807012 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "plugin-template", "name": "Plugin Template", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Repo and project template for all my Obsidian plugins.", "author": "Brady Kelly", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 199dac4..3961cff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "obsidian-plugin-template", + "repository": "https://github.com/brady691213/obsidian-plugin-template", "version": "1.1.0", "description": "This my Obsidian (https://obsidian.md) plugin template.", "main": "main.js", diff --git a/versions.json b/versions.json index c8dc6a2..0be1108 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "2.0.0": "1.5.8" -} + "2.0.0": "1.5.8", + "1.1.0": "0.15.0" +} \ No newline at end of file