Skip to content

Commit

Permalink
updated java-vk-bots-longpoll-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
yvasyliev committed Feb 5, 2022
1 parent 7f9df81 commit 0303d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library uses the next third-party dependencies:
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</dependency>
```
4. Extend `LongPollBot` class and override necessary methods:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<packaging>jar</packaging>
<version>3.2.2</version>
<version>3.2.3</version>
<name>Java VK Bots Long Poll API</name>
<description>A Java library to create VK bots using Bots Long Poll API</description>
<url>https://github.com/yvasyliev/java-vk-bots-long-poll-api</url>
Expand Down

0 comments on commit 0303d73

Please sign in to comment.