File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040<dependency >
4141 <groupId >com.rusticisoftware.cloud.v2.client</groupId >
4242 <artifactId >scormcloud-api-v2-client</artifactId >
43- <version >1.0.0 </version >
43+ <version >1.0.1 </version >
4444 <scope >compile</scope >
4545</dependency >
4646```
@@ -50,7 +50,7 @@ Add this dependency to your project's POM:
5050Add this dependency to your project's build file:
5151
5252``` groovy
53- compile "com.rusticisoftware.cloud.v2.client:scormcloud-api-v2-client:1.0.0 "
53+ compile "com.rusticisoftware.cloud.v2.client:scormcloud-api-v2-client:1.0.1 "
5454```
5555
5656### Others
@@ -63,7 +63,7 @@ mvn clean package
6363
6464Then manually install the following JARs:
6565
66- * ` target/scormcloud-api-v2-client-1.0.0 .jar `
66+ * ` target/scormcloud-api-v2-client-1.0.1 .jar `
6767* ` target/lib/*.jar `
6868
6969## Getting Started
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments