Skip to content

Commit 4da1f6b

Browse files
committed
docs: bump README examples to v0.1.2
1 parent aa7fce8 commit 4da1f6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ Add the JitPack repository and the dependency:
4141
<dependency>
4242
<groupId>com.github.QTSurfer</groupId>
4343
<artifactId>api-client-java</artifactId>
44-
<version>v0.1.0</version>
44+
<version>v0.1.2</version>
4545
</dependency>
4646
```
4747

4848
For Gradle:
4949

5050
```gradle
5151
repositories { maven { url 'https://jitpack.io' } }
52-
dependencies { implementation 'com.github.QTSurfer:api-client-java:v0.1.0' }
52+
dependencies { implementation 'com.github.QTSurfer:api-client-java:v0.1.2' }
5353
```
5454

5555
### Via Maven Central (future)
5656

57-
Once published to Central, the coordinate will be `net.qtsurfer:api-client:0.1.0`.
57+
Once published to Central, the coordinate will be `net.qtsurfer:api-client:0.1.2`.
5858

5959
## Quick start
6060

0 commit comments

Comments
 (0)