We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d5f7b commit c943b6fCopy full SHA for c943b6f
README.md
@@ -16,7 +16,7 @@ Java bindings for the [CoScale API](http://docs.coscale.com/)
16
17
## Installation
18
19
-You can download the jar binary from [here] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0).
+You can download the jar binary from [here] (https://github.com/CoScale/coscale-sdk-java/releases).
20
21
### maven
22
@@ -26,7 +26,7 @@ To use the client add the project declaration to your `pom.xml`:
26
<dependency>
27
<groupId>com.coscale.sdk-java</groupId>
28
<artifactId>coscale-sdk-java</artifactId>
29
- <version>1.0.0</version>
+ <version>1.0.1</version>
30
</dependency>
31
```
32
0 commit comments