Skip to content

Commit db4d1a5

Browse files
committed
Update README.md
1 parent 7ae2fad commit db4d1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ This library uses the next third-party dependencies:
5050
<dependency>
5151
<groupId>com.github.yvasyliev</groupId>
5252
<artifactId>java-vk-bots-longpoll-api</artifactId>
53-
<version>4.1.2</version>
53+
<version>VERSION</version>
5454
</dependency>
5555
```
56+
* Replace `VERSION` with [the latest release](https://github.com/yvasyliev/java-vk-bots-long-poll-api/releases).
5657
4. Extend `LongPollBot` class and override necessary methods:
5758
```java
5859
import api.longpoll.bots.LongPollBot;

0 commit comments

Comments
 (0)