diff --git a/README.md b/README.md index 57bf702..8805be0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Plugin for [Obsidian](https://obsidian.md) -![Maintenance](https://shields.joethei.xyz:/maintenance/yes/2022) -![GitHub manifest.json dynamic (path)](https://img.shields.io/github/manifest-json/minAppVersion/joethei/obsidian-tts?label=lowest%20supported%20app%20version) -[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com) +![Maintenance](https://shields.joethei.xyz/maintenance/yes/2022) +![GitHub manifest.json dynamic (path)](https://shields.joethei.xyz/github/manifest-json/minAppVersion/joethei/obsidian-tts?label=lowest%20supported%20app%20version) +[![libera manifesto](https://shields.joethei.xyz/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com) --- Features: diff --git a/manifest.json b/manifest.json index 123e8ba..e33e1d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tts", "name": "Text to Speech", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "0.12.0", "description": "Text to speech for Obsidian. Hear your notes.", "author": "Johannes Theiner", diff --git a/package.json b/package.json index 86a9bd1..7209207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tts", - "version": "0.5.0", + "version": "0.5.1", "description": "Text to speech for Obsidian. Hear your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2034c01..5c0934b 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.3.4": "0.12.0", "0.3.5": "0.12.0", "0.4.0": "0.12.0", - "0.5.0": "0.12.0" + "0.5.0": "0.12.0", + "0.5.1": "0.12.0" }