Skip to content

Commit 0680856

Browse files
committed
update version to 2.2.0
1 parent 56a8ac0 commit 0680856

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add JBWAPI to your dependencies in `<dependencies></dependencies>`:
4949
<dependency>
5050
<groupId>com.github.JavaBWAPI</groupId>
5151
<artifactId>JBWAPI</artifactId>
52-
<version>2.1.0</version>
52+
<version>2.2.0</version>
5353
</dependency>
5454
```
5555

@@ -67,7 +67,7 @@ allprojects {
6767
Add JBWAPI as a dependency:
6868
```
6969
dependencies {
70-
implementation 'com.github.JavaBWAPI:JBWAPI:2.1.0'
70+
implementation 'com.github.JavaBWAPI:JBWAPI:2.2.0'
7171
}
7272
```
7373

it/bots/SittingDuck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>jbwapi.it</groupId>
1111
<artifactId>bots</artifactId>
12-
<version>2.1.0</version>
12+
<version>2.2.0</version>
1313
</parent>
1414

1515
<artifactId>SittingDuck</artifactId>

it/bots/jbwapibot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>jbwapi.it</groupId>
1111
<artifactId>bots</artifactId>
12-
<version>2.1.0</version>
12+
<version>2.2.0</version>
1313
</parent>
1414

1515
<artifactId>MarineHell</artifactId>

it/bots/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>jbwapi.it</groupId>
1111
<artifactId>bots</artifactId>
12-
<version>2.1.0</version>
12+
<version>2.2.0</version>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>jbwapi</groupId>
4545
<artifactId>jbwapi</artifactId>
46-
<version>2.1.0</version>
46+
<version>2.2.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

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>2.1.0</version>
9+
<version>2.2.0</version>
1010

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

0 commit comments

Comments
 (0)