diff --git a/README.md b/README.md index 269fcf5..df5d3f7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add the JitPack repository and the dependency: com.qtsurfer api-client-java - 0.3.0 + x.x.x ``` @@ -49,12 +49,12 @@ For Gradle: ```gradle repositories { maven { url 'https://jitpack.io' } } -dependencies { implementation 'com.qtsurfer:api-client-java:0.3.1' } +dependencies { implementation 'com.qtsurfer:api-client-java:x.x.x' } ``` ### Via Maven Central (future) -Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:0.3.1`. +Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:x.x.x`. ## Quick start