Skip to content

Commit a0c6327

Browse files
[release] Update documentation examples to version 2.0.0
1 parent 103c124 commit a0c6327

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
@@ -35,7 +35,7 @@ To use the xAPI Java Client include the appropriate XML in the `dependencies` se
3535
<dependency>
3636
<groupId>dev.learning.xapi</groupId>
3737
<artifactId>xapi-client</artifactId>
38-
<version>1.1.22</version>
38+
<version>2.0.0</version>
3939
</dependency>
4040
</dependencies>
4141
</project>
@@ -309,7 +309,7 @@ To use the xAPI Model Spring Boot Starter include the appropriate XML in the `de
309309
<dependency>
310310
<groupId>dev.learning.xapi</groupId>
311311
<artifactId>xapi-model-spring-boot-starter</artifactId>
312-
<version>1.1.22</version>
312+
<version>2.0.0</version>
313313
</dependency>
314314
```
315315

@@ -364,7 +364,7 @@ To use the xAPI Model include the appropriate XML in the `dependencies` section
364364
<dependency>
365365
<groupId>dev.learning.xapi</groupId>
366366
<artifactId>xapi-model</artifactId>
367-
<version>1.1.22</version>
367+
<version>2.0.0</version>
368368
</dependency>
369369
</dependencies>
370370
</project>

0 commit comments

Comments
 (0)