From c903454384fc7b255fc471ba40e4e3b0c7b668e9 Mon Sep 17 00:00:00 2001 From: ivan-digital <42473865+ivan-digital@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:32:15 +0200 Subject: [PATCH] chore: prepare v0.0.17 release --- README.md | 2 +- README_de.md | 2 +- README_es.md | 2 +- README_fr.md | 2 +- README_hi.md | 2 +- README_ja.md | 2 +- README_ko.md | 2 +- README_pt.md | 2 +- README_ru.md | 2 +- README_zh.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 578f94c..cea9374 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Download the [signed APK](https://github.com/soniqo/speech-android/releases/late ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_de.md b/README_de.md index daf726d..58376ea 100644 --- a/README_de.md +++ b/README_de.md @@ -70,7 +70,7 @@ Lade das [signierte APK](https://github.com/soniqo/speech-android/releases/lates ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_es.md b/README_es.md index 4f10cd3..a2587d5 100644 --- a/README_es.md +++ b/README_es.md @@ -70,7 +70,7 @@ Descarga el [APK firmado](https://github.com/soniqo/speech-android/releases/late ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_fr.md b/README_fr.md index 8faa1c0..28adc70 100644 --- a/README_fr.md +++ b/README_fr.md @@ -70,7 +70,7 @@ Téléchargez l'[APK signé](https://github.com/soniqo/speech-android/releases/l ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_hi.md b/README_hi.md index 4bcb70d..7e2862e 100644 --- a/README_hi.md +++ b/README_hi.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_ja.md b/README_ja.md index ae467e2..8affa34 100644 --- a/README_ja.md +++ b/README_ja.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_ko.md b/README_ko.md index c5ec525..195f2cd 100644 --- a/README_ko.md +++ b/README_ko.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_pt.md b/README_pt.md index da9544a..e6655e9 100644 --- a/README_pt.md +++ b/README_pt.md @@ -70,7 +70,7 @@ Baixe o [APK assinado](https://github.com/soniqo/speech-android/releases/latest/ ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_ru.md b/README_ru.md index 3af4871..aa06cb3 100644 --- a/README_ru.md +++ b/README_ru.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ``` diff --git a/README_zh.md b/README_zh.md index 74ee0cb..2422f3b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.16") + implementation("audio.soniqo:speech:0.0.17") } ```