@@ -41,7 +41,7 @@ Requirements
41
41
* Apache Commons Lang 3
42
42
* Apache Commons Math 3
43
43
* Netty 4.1.x
44
- * AsyncHttpClient 2.0 .x
44
+ * AsyncHttpClient 2.1 .x
45
45
* SLF4J 1.7.x
46
46
* Google Gson 2.8.x
47
47
* Google Guava 21.x
@@ -59,7 +59,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
59
59
<dependency >
60
60
<groupId >com.ibasco.agql</groupId >
61
61
<artifactId >agql-steam-master</artifactId >
62
- <version >0.1.2 </version >
62
+ <version >0.1.3 </version >
63
63
</dependency >
64
64
```
65
65
@@ -69,7 +69,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
69
69
<dependency >
70
70
<groupId >com.ibasco.agql</groupId >
71
71
<artifactId >agql-source-query</artifactId >
72
- <version >0.1.2 </version >
72
+ <version >0.1.3 </version >
73
73
</dependency >
74
74
```
75
75
@@ -79,7 +79,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
79
79
<dependency >
80
80
<groupId >com.ibasco.agql</groupId >
81
81
<artifactId >agql-steam-webapi</artifactId >
82
- <version >0.1.2 </version >
82
+ <version >0.1.3 </version >
83
83
</dependency >
84
84
```
85
85
@@ -89,7 +89,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
89
89
<dependency >
90
90
<groupId >com.ibasco.agql</groupId >
91
91
<artifactId >agql-dota2-webapi</artifactId >
92
- <version >0.1.2 </version >
92
+ <version >0.1.3 </version >
93
93
</dependency >
94
94
```
95
95
@@ -99,7 +99,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
99
99
<dependency >
100
100
<groupId >com.ibasco.agql</groupId >
101
101
<artifactId >agql-csgo-webapi</artifactId >
102
- <version >0.1.2 </version >
102
+ <version >0.1.3 </version >
103
103
</dependency >
104
104
```
105
105
@@ -109,7 +109,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
109
109
<dependency >
110
110
<groupId >com.ibasco.agql</groupId >
111
111
<artifactId >agql-coc-webapi</artifactId >
112
- <version >0.1.2 </version >
112
+ <version >0.1.3 </version >
113
113
</dependency >
114
114
```
115
115
0 commit comments