diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9c222..1e896d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ # 1.0.4 -### New -- The internal command names have been renamed. Any plugins using these internal command names will need to be updated. - ### Updates -- Transition to Biome from EsLint and Prettier. - Updating plugint to newest Obsidian recommendations https://docs.obsidian.md/oo24/plugin +- The internal command names have been renamed. Any plugins using these internal command names will need to be updated. +- Transition to Biome from EsLint and Prettier. - The output log file format for when debugging is enabled in BRAT has changed. It now appends to the log file, not prepends. # 1.0.3 diff --git a/manifest.json b/manifest.json index 6ce53f6..875884c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,14 @@ { "id": "obsidian42-brat", "name": "BRAT", - "version": "1.0.3", - "minAppVersion": "1.4.16", + "version": "1.0.4", + "minAppVersion": "1.7.2", "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/package.json b/package.json index fdb41f8..e36d1a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian42-brat", - "version": "1.0.3", + "version": "1.0.4", "description": "Obsidian42 - Beta Reviewer's Autoupdate Tool.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bb02189..3288fc4 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.0": "1.4.16", "1.0.1": "1.4.16", "1.0.2": "1.4.16", - "1.0.3": "1.4.16" -} + "1.0.3": "1.4.16", + "1.0.4": "1.7.2" +} \ No newline at end of file