We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7fce8 commit 4da1f6bCopy full SHA for 4da1f6b
1 file changed
README.md
@@ -41,20 +41,20 @@ Add the JitPack repository and the dependency:
41
<dependency>
42
<groupId>com.github.QTSurfer</groupId>
43
<artifactId>api-client-java</artifactId>
44
- <version>v0.1.0</version>
+ <version>v0.1.2</version>
45
</dependency>
46
```
47
48
For Gradle:
49
50
```gradle
51
repositories { maven { url 'https://jitpack.io' } }
52
-dependencies { implementation 'com.github.QTSurfer:api-client-java:v0.1.0' }
+dependencies { implementation 'com.github.QTSurfer:api-client-java:v0.1.2' }
53
54
55
### Via Maven Central (future)
56
57
-Once published to Central, the coordinate will be `net.qtsurfer:api-client:0.1.0`.
+Once published to Central, the coordinate will be `net.qtsurfer:api-client:0.1.2`.
58
59
## Quick start
60
0 commit comments