From cca2df506c5f1854fdc2197e93c0df26076ef11b Mon Sep 17 00:00:00 2001 From: ivan-digital <42473865+ivan-digital@users.noreply.github.com> Date: Thu, 13 Aug 2026 21:42:04 +0200 Subject: [PATCH] chore: prepare v0.0.16 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 e615d18..578f94c 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.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_de.md b/README_de.md index e6f9f16..daf726d 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.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_es.md b/README_es.md index 51b8e46..4f10cd3 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.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_fr.md b/README_fr.md index e0d3b77..8faa1c0 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.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_hi.md b/README_hi.md index 6ba7323..4bcb70d 100644 --- a/README_hi.md +++ b/README_hi.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_ja.md b/README_ja.md index 546f98c..ae467e2 100644 --- a/README_ja.md +++ b/README_ja.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_ko.md b/README_ko.md index 855788a..c5ec525 100644 --- a/README_ko.md +++ b/README_ko.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_pt.md b/README_pt.md index 2f4828f..da9544a 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.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_ru.md b/README_ru.md index 7543c9c..3af4871 100644 --- a/README_ru.md +++ b/README_ru.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.15") + implementation("audio.soniqo:speech:0.0.16") } ``` diff --git a/README_zh.md b/README_zh.md index 664f607..74ee0cb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -70,7 +70,7 @@ val config = SpeechConfig( ```kotlin dependencies { - implementation("audio.soniqo:speech:0.0.15") + implementation("audio.soniqo:speech:0.0.16") } ```