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 698f396..9c45574 100755
--- a/readme.md
+++ b/readme.md
@@ -35,14 +35,14 @@ String metrics and phonetic algorithms for Scala. The library provides facilitie
__SBT:__
```scala
-libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.3"
+libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.4"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.3'
+compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.4'
```
---
@@ -52,7 +52,7 @@ __Maven:__
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core_2.10</artifactId>
- <version>0.27.3</version>
+ <version>0.27.4</version>
</dependency>
```