diff --git a/manifest.json b/manifest.json index 19ce45d..aac67da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "obsidian-transcription", - "name": "Transcription", - "version": "3.2.1", - "minAppVersion": "0.15.0", - "description": "Transcription 3.0, now with Swiftink.io domain-aware speech-to-text! Create high-quality text transcriptions from any media file, on any device. Best-in-class ASR", - "author": "djmango", - "authorUrl": "https://github.com/djmango", - "isDesktopOnly": false + "id": "obsidian-transcription", + "name": "Transcription", + "version": "3.2.2", + "minAppVersion": "0.15.0", + "description": "Transcription 3.0, now with Swiftink.io domain-aware speech-to-text! Create high-quality text transcriptions from any media file, on any device. Best-in-class ASR", + "author": "djmango", + "authorUrl": "https://github.com/djmango", + "isDesktopOnly": false } diff --git a/package.json b/package.json index 59f68de..fca6a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-transcription", - "version": "3.2.1", + "version": "3.2.2", "description": "Obsidian plugin to create high-quality text transcriptions from any media file, on any device", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8032ea8..0c5fb06 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "3.1.8": "0.15.0", "3.1.9": "0.15.0", "3.2.0": "0.15.0", - "3.2.1": "0.15.0" + "3.2.1": "0.15.0", + "3.2.2": "0.15.0" }