From aa6a8f5bc7a995f6b1e5b9938f083d088f94e8c5 Mon Sep 17 00:00:00 2001 From: Sulaiman Ghori Date: Thu, 30 Nov 2023 16:29:46 -0500 Subject: [PATCH] version bump to 3.1.9 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 597d4c2..dafb2ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-transcription", "name": "Transcription", - "version": "3.1.8", + "version": "3.1.9", "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", diff --git a/versions.json b/versions.json index c41dc22..2390f0f 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "3.1.5": "0.15.0", "3.1.6": "0.15.0", "3.1.7": "0.15.0", - "3.1.8": "0.15.0" + "3.1.8": "0.15.0", + "3.1.9": "0.15.0" }