Skip to content

Commit

Permalink
version bump to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djmango committed Dec 22, 2023
1 parent caf6ae2 commit 2b752b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2b752b4

Please sign in to comment.