v5.1.11
Same as 5.1.10.
Forgot to update the version number.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile 'org.botblock:JavaBotBlockAPI:5.1.11'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.11</version>
</dependency>
</dependencies>