Skip to content

Commit fa1934a

Browse files
authored
Merge pull request #3 from QTSurfer/docs/version-placeholder
docs: use x.x.x placeholder in install snippets
2 parents 4ba5c07 + fa6b46d commit fa1934a

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.qtsurfer</groupId>
4343
<artifactId>api-client-java</artifactId>
44-
<version>0.3.0</version>
44+
<version>x.x.x</version>
4545
</dependency>
4646
```
4747

4848
For Gradle:
4949

5050
```gradle
5151
repositories { maven { url 'https://jitpack.io' } }
52-
dependencies { implementation 'com.qtsurfer:api-client-java:0.3.1' }
52+
dependencies { implementation 'com.qtsurfer:api-client-java:x.x.x' }
5353
```
5454

5555
### Via Maven Central (future)
5656

57-
Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:0.3.1`.
57+
Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:x.x.x`.
5858

5959
## Quick start
6060

0 commit comments

Comments
 (0)