From ebdc378009ddf6a0f5cc664e642d4edd83b2229d Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Mon, 18 Mar 2013 21:44:52 -0600 Subject: Updated version to 0.25.0. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 021505f..a181331 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.24.0" +libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.25.0" ``` --- __Gradle:__ ```groovy -compile 'com.rockymadden.stringmetric:stringmetric-core:0.24.0' +compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.0' ``` --- @@ -49,7 +49,7 @@ __Maven:__ com.rockymadden.stringmetric stringmetric-core - 0.24.0 + 0.25.0 ``` -- cgit v1.2.3