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.
2 parents fb1547d + 4f88c6e commit e679af0Copy full SHA for e679af0
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</version>
+ <version>0.4.1</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'
+ implementation 'com.github.JavaBWAPI:JBWAPI:0.4.1'
57
}
58
59
0 commit comments