We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8485f commit 5669f9bCopy full SHA for 5669f9b
README.md
@@ -35,7 +35,7 @@ Add JBWAPI as a dependecy
35
<dependency>
36
<groupId>com.github.JavaBWAPI</groupId>
37
<artifactId>JBWAPI</artifactId>
38
- <version>0.4.2</version>
+ <version>0.5</version>
39
</dependency>
40
```
41
@@ -53,7 +53,7 @@ allprojects {
53
Add JBWAPI as a dependecy
54
55
dependencies {
56
- implementation 'com.github.JavaBWAPI:JBWAPI:0.4.2'
+ implementation 'com.github.JavaBWAPI:JBWAPI:0.5'
57
}
58
59
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>jbwapi</groupId>
8
<artifactId>jbwapi</artifactId>
9
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments