Skip to content

Commit 637c62d

Browse files
committed
Updated version
1 parent ba7aced commit 637c62d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Requirements
4141
* Apache Commons Lang 3
4242
* Apache Commons Math 3
4343
* Netty 4.1.x
44-
* AsyncHttpClient 2.0.x
44+
* AsyncHttpClient 2.1.x
4545
* SLF4J 1.7.x
4646
* Google Gson 2.8.x
4747
* Google Guava 21.x
@@ -59,7 +59,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
5959
<dependency>
6060
<groupId>com.ibasco.agql</groupId>
6161
<artifactId>agql-steam-master</artifactId>
62-
<version>0.1.2</version>
62+
<version>0.1.3</version>
6363
</dependency>
6464
```
6565

@@ -69,7 +69,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
6969
<dependency>
7070
<groupId>com.ibasco.agql</groupId>
7171
<artifactId>agql-source-query</artifactId>
72-
<version>0.1.2</version>
72+
<version>0.1.3</version>
7373
</dependency>
7474
```
7575

@@ -79,7 +79,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
7979
<dependency>
8080
<groupId>com.ibasco.agql</groupId>
8181
<artifactId>agql-steam-webapi</artifactId>
82-
<version>0.1.2</version>
82+
<version>0.1.3</version>
8383
</dependency>
8484
```
8585

@@ -89,7 +89,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
8989
<dependency>
9090
<groupId>com.ibasco.agql</groupId>
9191
<artifactId>agql-dota2-webapi</artifactId>
92-
<version>0.1.2</version>
92+
<version>0.1.3</version>
9393
</dependency>
9494
```
9595

@@ -99,7 +99,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
9999
<dependency>
100100
<groupId>com.ibasco.agql</groupId>
101101
<artifactId>agql-csgo-webapi</artifactId>
102-
<version>0.1.2</version>
102+
<version>0.1.3</version>
103103
</dependency>
104104
```
105105

@@ -109,7 +109,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
109109
<dependency>
110110
<groupId>com.ibasco.agql</groupId>
111111
<artifactId>agql-coc-webapi</artifactId>
112-
<version>0.1.2</version>
112+
<version>0.1.3</version>
113113
</dependency>
114114
```
115115

0 commit comments

Comments
 (0)