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")
```