Skip to content

Commit a52bf2e

Browse files
committed
Updated versions
Signed-off-by: Rafael Luis Ibasco <[email protected]>
1 parent 4926aa4 commit a52bf2e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
240240
```xml
241241
<dependency>
242242
<groupId>com.ibasco.agql</groupId>
243-
<artifactId>agql</artifactId>
244-
<version>1.0.2</version>
243+
<artifactId>agql</artifactId>
244+
<version>1.0.3</version>
245245
</dependency>
246246
```
247247

@@ -250,8 +250,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
250250
```xml
251251
<dependency>
252252
<groupId>com.ibasco.agql</groupId>
253-
<artifactId>agql-steam-master</artifactId>
254-
<version>1.0.2</version>
253+
<artifactId>agql-steam-master</artifactId>
254+
<version>1.0.3</version>
255255
</dependency>
256256
```
257257

@@ -261,7 +261,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
261261
<dependency>
262262
<groupId>com.ibasco.agql</groupId>
263263
<artifactId>agql-source-query</artifactId>
264-
<version>1.0.2</version>
264+
<version>1.0.3</version>
265265
</dependency>
266266
```
267267

@@ -272,7 +272,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
272272
<dependency>
273273
<groupId>com.ibasco.agql</groupId>
274274
<artifactId>agql-source-log</artifactId>
275-
<version>1.0.2</version>
275+
<version>1.0.3</version>
276276
</dependency>
277277
```
278278

@@ -282,7 +282,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
282282
<dependency>
283283
<groupId>com.ibasco.agql</groupId>
284284
<artifactId>agql-source-rcon</artifactId>
285-
<version>1.0.2</version>
285+
<version>1.0.3</version>
286286
</dependency>
287287
```
288288

@@ -292,7 +292,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
292292
<dependency>
293293
<groupId>com.ibasco.agql</groupId>
294294
<artifactId>agql-steam-webapi</artifactId>
295-
<version>1.0.2</version>
295+
<version>1.0.3</version>
296296
</dependency>
297297
```
298298

@@ -301,8 +301,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
301301
```xml
302302
<dependency>
303303
<groupId>com.ibasco.agql</groupId>
304-
<artifactId>agql-dota2-webapi</artifactId>
305-
<version>1.0.2</version>
304+
<artifactId>agql-dota2-webapi</artifactId>
305+
<version>1.0.3</version>
306306
</dependency>
307307
```
308308

@@ -311,8 +311,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
311311
```xml
312312
<dependency>
313313
<groupId>com.ibasco.agql</groupId>
314-
<artifactId>agql-csgo-webapi</artifactId>
315-
<version>1.0.2</version>
314+
<artifactId>agql-csgo-webapi</artifactId>
315+
<version>1.0.3</version>
316316
</dependency>
317317
```
318318

@@ -323,8 +323,8 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
323323
```xml
324324
<dependency>
325325
<groupId>com.ibasco.agql</groupId>
326-
<artifactId>agql-coc-webapi</artifactId>
327-
<version>1.0.2</version>
326+
<artifactId>agql-coc-webapi</artifactId>
327+
<version>1.0.3</version>
328328
</dependency>
329329
```
330330

0 commit comments

Comments
 (0)