Skip to content

Commit a9e55ec

Browse files
committed
v1.2
1 parent d4ff157 commit a9e55ec

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add JBWAPI as a dependency:
3838
<dependency>
3939
<groupId>com.github.JavaBWAPI</groupId>
4040
<artifactId>JBWAPI</artifactId>
41-
<version>1.1.1</version>
41+
<version>1.2</version>
4242
</dependency>
4343
```
4444

@@ -56,7 +56,7 @@ allprojects {
5656
Add JBWAPI as a dependency:
5757
```
5858
dependencies {
59-
implementation 'com.github.JavaBWAPI:JBWAPI:1.1.1'
59+
implementation 'com.github.JavaBWAPI:JBWAPI:1.2'
6060
}
6161
```
6262

Diff for: it/bots/SittingDuck/pom.xml

+1-1
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>1.1.1</version>
12+
<version>1.2</version>
1313
</parent>
1414

1515
<artifactId>SittingDuck</artifactId>

Diff for: it/bots/jbwapibot/pom.xml

+1-1
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>1.1.1</version>
12+
<version>1.2</version>
1313
</parent>
1414

1515
<artifactId>MarineHell</artifactId>

Diff for: it/bots/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>jbwapi.it</groupId>
1111
<artifactId>bots</artifactId>
12-
<version>1.1.1</version>
12+
<version>1.2</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>1.1.1</version>
46+
<version>1.2</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>jbwapi</groupId>
88
<artifactId>jbwapi</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.2</version>
1010

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

0 commit comments

Comments
 (0)