summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/build.scala2
-rwxr-xr-xreadme.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/project/build.scala b/project/build.scala
index a4893e0..e13649b 100644
--- a/project/build.scala
+++ b/project/build.scala
@@ -32,7 +32,7 @@ object CoreBuild extends Build {
scalaVersion := "2.11.1",
crossScalaVersions := Seq("2.11.1", "2.10.4"),
crossVersion := CrossVersion.binary,
- version := "0.27.3"
+ version := "0.27.4"
)
).aggregate(core, cli)
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>
```