From 85a6466fc57c6a5afd639333eb30238a630c9f41 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Fri, 3 Jan 2014 21:27:17 -0700 Subject: Version was out of sync. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 57a07f8..f5bec22 100755 --- a/readme.md +++ b/readme.md @@ -37,14 +37,14 @@ The project is available on the [Maven Central Repository](http://search.maven.o __Simple Build Tool:__ ```scala -libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core_2.10" % "0.27.0" +libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.1" ``` --- __Gradle:__ ```groovy -compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.0' +compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.1' ``` --- @@ -54,7 +54,7 @@ __Maven:__ com.rockymadden.stringmetric stringmetric-core_2.10 - 0.27.0 + 0.27.1 ``` -- cgit v1.2.3