diff --git a/docs/_en/dev/bot-api.md b/docs/_en/dev/bot-api.md index 4da0f6bba6..75e3c47692 100644 --- a/docs/_en/dev/bot-api.md +++ b/docs/_en/dev/bot-api.md @@ -45,14 +45,14 @@ Using [Maven](https://maven.apache.org/) : ai.tock tock-bot-api-websocket - 24.3.6 + 24.9.0 ``` Or [Gradle](https://gradle.org/) : ```groovy - compile 'ai.tock:tock-bot-api-websocket:24.3.6' + compile 'ai.tock:tock-bot-api-websocket:24.9.0' ``` ### Enable WebHook mode @@ -66,14 +66,14 @@ Using [Maven](https://maven.apache.org/) : ai.tock tock-bot-api-webhook - 24.3.6 + 24.9.0 ``` Or [Gradle](https://gradle.org/) : ```groovy - compile 'ai.tock:tock-bot-api-webhook:24.3.6' + compile 'ai.tock:tock-bot-api-webhook:24.9.0' ``` In this case, unlike the _WebSocket_ mode, the bot application must be reachable by the diff --git a/docs/_en/dev/integrated-bot.md b/docs/_en/dev/integrated-bot.md index 9d81824aeb..cde289a16c 100644 --- a/docs/_en/dev/integrated-bot.md +++ b/docs/_en/dev/integrated-bot.md @@ -61,14 +61,14 @@ With Maven: ai.tock bot-toolkit - 24.3.6 + 24.9.0 ``` With Gradle: ```groovy - compile 'ai.tock:bot-toolkit:24.3.6' + compile 'ai.tock:bot-toolkit:24.9.0' ``` ### A Bot is a Set of Stories diff --git a/docs/_en/test-the-bot.md b/docs/_en/test-the-bot.md index e15f4a4cb1..2b843ca24e 100644 --- a/docs/_en/test-the-bot.md +++ b/docs/_en/test-the-bot.md @@ -14,7 +14,7 @@ With Maven : ai.tock bot-test - 24.3.6 + 24.9.0 test ``` @@ -22,7 +22,7 @@ With Maven : With Gradle : ```groovy - testCompile 'ai.tock:bot-test:24.3.6' + testCompile 'ai.tock:bot-test:24.9.0' ``` This framework is documented in KDoc format [here]https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test). diff --git a/docs/_fr/dev/bot-api.md b/docs/_fr/dev/bot-api.md index 2f97f55b28..41f6883f86 100644 --- a/docs/_fr/dev/bot-api.md +++ b/docs/_fr/dev/bot-api.md @@ -57,14 +57,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) : ai.tock tock-bot-api-websocket - 24.3.6 + 24.9.0 ``` Ou dans un projet [Gradle](https://gradle.org/) : ```groovy - compile 'ai.tock:tock-bot-api-websocket:24.3.6' + compile 'ai.tock:tock-bot-api-websocket:24.9.0' ``` ### Activer le mode WebHook @@ -77,14 +77,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) : ai.tock tock-bot-api-webhook - 24.3.6 + 24.9.0 ``` Ou dans un projet [Gradle](https://gradle.org/) : ```groovy - compile 'ai.tock:tock-bot-api-webhook:24.3.6' + compile 'ai.tock:tock-bot-api-webhook:24.9.0' ``` Dans ce cas, contrairement au mode _WebSocket_, il faut que l'application/bot démarrée soit joignable par la diff --git a/docs/_fr/dev/bot-integre.md b/docs/_fr/dev/bot-integre.md index 48e967013a..0bfd1d029e 100644 --- a/docs/_fr/dev/bot-integre.md +++ b/docs/_fr/dev/bot-integre.md @@ -43,14 +43,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) : ai.tock bot-toolkit - 24.3.6 + 24.9.0 ``` Ou dans un projet [Gradle](https://gradle.org/) : ```groovy - compile 'ai.tock:bot-toolkit:24.3.6' + compile 'ai.tock:bot-toolkit:24.9.0' ``` ### Un bot est un ensemble de parcours (stories) diff --git a/docs/_fr/dev/tester.md b/docs/_fr/dev/tester.md index 45ffccd6fd..f08ae93ecb 100644 --- a/docs/_fr/dev/tester.md +++ b/docs/_fr/dev/tester.md @@ -14,7 +14,7 @@ Avec Maven : ai.tock bot-test - 24.3.6 + 24.9.0 test ``` @@ -22,7 +22,7 @@ Avec Maven : ou Gradle : ```groovy - testCompile 'ai.tock:bot-test:24.3.6' + testCompile 'ai.tock:bot-test:24.9.0' ``` L'ensemble de ce framework est documenté au format KDoc [ici](https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test). diff --git a/docs/_fr/guide/api.md b/docs/_fr/guide/api.md index 3634cd1051..d53ee4a3bc 100644 --- a/docs/_fr/guide/api.md +++ b/docs/_fr/guide/api.md @@ -77,7 +77,7 @@ la dépendance `tock-bot-api-websocket` incluse : UTF-8 1.3.41 3.1.0 - 24.3.6 + 24.9.0