Skip to content

Commit 1dbd8c9

Browse files
committed
Updated version information
1 parent 85cf982 commit 1dbd8c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Requirements
3838
------------
3939

4040
* Java JDK 8
41-
* Apache Commons Lang 3
42-
* Apache Commons Math 3
41+
* Apache Commons Lang 3.x
42+
* Apache Commons Math 3.x
4343
* Netty 4.1.x
4444
* AsyncHttpClient 2.1.x
4545
* SLF4J 1.7.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.3</version>
62+
<version>0.1.4</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.3</version>
72+
<version>0.1.4</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.3</version>
82+
<version>0.1.4</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.3</version>
92+
<version>0.1.4</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.3</version>
102+
<version>0.1.4</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.3</version>
112+
<version>0.1.4</version>
113113
</dependency>
114114
```
115115

@@ -161,7 +161,7 @@ Running example for coc-webapi
161161
[INFO] Scanning for projects...
162162
[INFO]
163163
[INFO] ------------------------------------------------------------------------
164-
[INFO] Building AGQL - Examples 0.1.0
164+
[INFO] Building AGQL - Examples 0.1.4
165165
[INFO] ------------------------------------------------------------------------
166166
[INFO]
167167
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ agql-lib-examples ---

0 commit comments

Comments
 (0)