summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 69fbc54..f0e9f61 100755
--- a/readme.md
+++ b/readme.md
@@ -32,14 +32,14 @@ Available on the [Maven Central Repository](http://search.maven.org/#search%7Cga
__SBT:__
```scala
-libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.25.1"
+libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.25.2"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.1'
+compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.2'
```
---
@@ -49,7 +49,7 @@ __Maven:__
<dependency>
<artifactId>com.rockymadden.stringmetric</artifactId>
<groupId>stringmetric-core</groupId>
- <version>0.25.1</version>
+ <version>0.25.2</version>
</dependency>
```