From fa6b46d2fe119b06e8a3342d5cc4ec9e16f4be0f Mon Sep 17 00:00:00 2001 From: Manuel Polo Date: Tue, 26 May 2026 10:12:37 +0000 Subject: [PATCH] docs: use x.x.x placeholder in install snippets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.3.0/0.3.1 versions stamped on the install snippets weren't actually on JitPack (last published is 0.2.0). Pinning a specific version on the README forces a sync between every pom bump and the README that we kept losing — placeholder reads as 'check the badge above for the latest tag', which is the truth. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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