Skip to content

Commit 45f5e9b

Browse files
[release] Update documentation examples to version 1.1.22
1 parent e712456 commit 45f5e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use the xAPI Java Client include the appropriate XML in the `dependencies` se
2828
<dependency>
2929
<groupId>dev.learning.xapi</groupId>
3030
<artifactId>xapi-client</artifactId>
31-
<version>1.1.21</version>
31+
<version>1.1.22</version>
3232
</dependency>
3333
</dependencies>
3434
</project>
@@ -302,7 +302,7 @@ To use the xAPI Model Spring Boot Starter include the appropriate XML in the `de
302302
<dependency>
303303
<groupId>dev.learning.xapi</groupId>
304304
<artifactId>xapi-model-spring-boot-starter</artifactId>
305-
<version>1.1.21</version>
305+
<version>1.1.22</version>
306306
</dependency>
307307
```
308308

@@ -357,7 +357,7 @@ To use the xAPI Model include the appropriate XML in the `dependencies` section
357357
<dependency>
358358
<groupId>dev.learning.xapi</groupId>
359359
<artifactId>xapi-model</artifactId>
360-
<version>1.1.21</version>
360+
<version>1.1.22</version>
361361
</dependency>
362362
</dependencies>
363363
</project>

0 commit comments

Comments
 (0)