@@ -49,14 +49,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4949 <dependency >
5050 <groupId >ai.tock</groupId >
5151 <artifactId >tock-bot-api-websocket</artifactId >
52- <version >24.9.6 </version >
52+ <version >24.9.7 </version >
5353 </dependency >
5454```
5555
5656Or in a [ Gradle] ( https://gradle.org/ ) project:
5757
5858``` groovy
59- compile 'ai.tock:tock-bot-api-websocket:24.9.6 '
59+ compile 'ai.tock:tock-bot-api-websocket:24.9.7 '
6060```
6161
6262### Enable WebHook mode
@@ -69,14 +69,14 @@ For example in a [Maven](https://maven.apache.org/) project:
6969 <dependency >
7070 <groupId >ai.tock</groupId >
7171 <artifactId >tock-bot-api-webhook</artifactId >
72- <version >24.9.6 </version >
72+ <version >24.9.7 </version >
7373 </dependency >
7474```
7575
7676Or in a [ Gradle] ( https://gradle.org/ ) project:
7777
7878``` groovy
79- compile 'ai.tock:tock-bot-api-webhook:24.9.6 '
79+ compile 'ai.tock:tock-bot-api-webhook:24.9.7 '
8080```
8181
8282In this case, unlike in _ WebSocket_ mode, the application/bot started must be reachable by the
@@ -175,4 +175,4 @@ The guide [Deploying Tock with Docker](../guides/platform.md) or the chapter
175175[ Installation] ( ../admin/installation.md ) show how to deploy this module if necessary.
176176
177177The only modification required compared to the example code for the demonstration platform is to replace
178- the ` startWithDemo ` method with ` start ` , specifying if necessary the address of the ` bot-api ` server.
178+ the ` startWithDemo ` method with ` start ` , specifying if necessary the address of the ` bot-api ` server.
0 commit comments