Skip to content

Commit 5669f9b

Browse files
committed
bump version
1 parent 8a8485f commit 5669f9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add JBWAPI as a dependecy
3535
<dependency>
3636
<groupId>com.github.JavaBWAPI</groupId>
3737
<artifactId>JBWAPI</artifactId>
38-
<version>0.4.2</version>
38+
<version>0.5</version>
3939
</dependency>
4040
```
4141

@@ -53,7 +53,7 @@ allprojects {
5353
Add JBWAPI as a dependecy
5454
```
5555
dependencies {
56-
implementation 'com.github.JavaBWAPI:JBWAPI:0.4.2'
56+
implementation 'com.github.JavaBWAPI:JBWAPI:0.5'
5757
}
5858
```
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>jbwapi</groupId>
88
<artifactId>jbwapi</artifactId>
9-
<version>0.4.2</version>
9+
<version>0.5</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)