From ca15e36b3b16a772bcdb55126aa6e96a67c536c7 Mon Sep 17 00:00:00 2001 From: Jonathan Zollinger Date: Thu, 27 Jun 2024 11:37:24 -0700 Subject: [PATCH] docs: bump package version used in readme example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bafd5a0..476b4cc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Threshr is available to jvm projects via [maven central]. com.graqr threshr - 0.0.13 + 0.0.14-SNAPSHOT ``` @@ -64,14 +64,14 @@ Threshr is available to jvm projects via [maven central].
Gradle ```groovy -implementation group: 'com.graqr', name: 'threshr', version: '0.0.13' +implementation group: 'com.graqr', name: 'threshr', version: '0.0.14-SNAPSHOT' ```
Gradle Kotlin ```kotlin -implementation("com.graqr:threshr:0.0.13") +implementation("com.graqr:threshr:0.0.14-SNAPSHOT") ```