Skip to content

Commit c943b6f

Browse files
Update README.md
update maven dependency xml with the new release version
1 parent 36d5f7b commit c943b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Java bindings for the [CoScale API](http://docs.coscale.com/)
1616

1717
## Installation
1818

19-
You can download the jar binary from [here] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0).
19+
You can download the jar binary from [here] (https://github.com/CoScale/coscale-sdk-java/releases).
2020

2121
### maven
2222

@@ -26,7 +26,7 @@ To use the client add the project declaration to your `pom.xml`:
2626
<dependency>
2727
<groupId>com.coscale.sdk-java</groupId>
2828
<artifactId>coscale-sdk-java</artifactId>
29-
<version>1.0.0</version>
29+
<version>1.0.1</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)