Skip to content

Commit

Permalink
Merge pull request #44 from yvasyliev/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yvasyliev authored Apr 9, 2021
2 parents 04e0081 + 71cd0e4 commit a7fe199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This library uses the next third-party dependencies:
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>1.3.2</version>
<version>1.3.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>1.3.2</version>
<version>1.3.3</version>

<name>Java VK Bots Long Poll API</name>
<description>A Java library to create VK bots using Bots Long Poll API</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class MessagesEdit extends GetMethod<GenericResult<Integer>> {
/**
* List of objects attached to the message.
*/
private List<String> attachments;
private List<String> attachments = new ArrayList<>();

/**
* <b>true</b> to keep forwarded, messages.
Expand Down

0 comments on commit a7fe199

Please sign in to comment.