Skip to content

Commit 4fe2079

Browse files
committed
Update README with new version info
1 parent 3e8cf4d commit 4fe2079

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
5050
Add 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

6464
Then 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

release.properties

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)