diff --git a/manifest.json b/manifest.json index d94d98f..3a1d503 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,15 @@ { - "id": "obsidian42-brat", - "name": "BRAT", - "version": "0.8.4", - "minAppVersion": "1.4.16", - "description": "Easily install a beta version of a plugin for testing.", - "author": "TfTHacker", - "authorUrl": "https://github.com/TfTHacker/obsidian42-brat", - "helpUrl": "https://tfthacker.com/BRAT", - "isDesktopOnly": false, - "fundingUrl": { - "Buy Me a Coffee": "https://bit.ly/o42-kofi", - "Visit my site": "https://tfthacker.com" - } -} + "id": "obsidian42-brat", + "name": "BRAT", + "version": "1.0.0", + "minAppVersion": "1.4.16", + "description": "Easily install a beta version of a plugin for testing.", + "author": "TfTHacker", + "authorUrl": "https://github.com/TfTHacker/obsidian42-brat", + "helpUrl": "https://tfthacker.com/BRAT", + "isDesktopOnly": false, + "fundingUrl": { + "Buy Me a Coffee": "https://bit.ly/o42-kofi", + "Visit my site": "https://tfthacker.com" + } +} \ No newline at end of file diff --git a/versions.json b/versions.json index 853c26b..dd9c753 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { - "0.8.0": "1.4.16", - "0.6.37": "1.1.16", - "0.6.36": "1.0.0" -} + "0.6.36": "1.0.0", + "0.6.37": "1.1.16", + "0.8.0": "1.4.16", + "1.0.0": "1.4.16" +} \ No newline at end of file