Skip to content

Commit 30c0ff7

Browse files
committed
Updated api version in docs.
1 parent fc9a8d3 commit 30c0ff7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sc2client-api should be valid or similar by analogy in this Java Api. More info
3030
<dependency>
3131
<groupId>com.github.ocraft</groupId>
3232
<artifactId>ocraft-s2client-bot</artifactId>
33-
<version>0.3.2</version>
33+
<version>0.3.3</version>
3434
</dependency>
3535
----
3636

docs/building.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For reference, it can be found here: https://github.com/ocraft/ocraft-s2client
1313
<dependency>
1414
<groupId>com.github.ocraft</groupId>
1515
<artifactId>ocraft-s2client-bot</artifactId>
16-
<version>0.3.2</version>
16+
<version>0.3.3</version>
1717
</dependency>
1818
----
1919
. If you want to build your own version (you need maven install on your PATH):

ocraft-s2client-api/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ analyze in many different tools.
1919
<dependency>
2020
<groupId>com.github.ocraft</groupId>
2121
<artifactId>ocraft-s2client-api</artifactId>
22-
<version>0.3.2</version>
22+
<version>0.3.3</version>
2323
</dependency>
2424
----
2525

0 commit comments

Comments
 (0)