From ee94027bb815f7ca046f72d0b6baddb439591184 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Mon, 29 Apr 2013 18:37:19 -0600 Subject: Updated version to v0.25.2. --- build.gradle | 2 +- readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d386325..13c9d9d 100755 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ description = 'String metrics and phonetic algorithms for Scala.' group = 'com.rockymadden.stringmetric' -version = '0.25.1' +version = '0.25.2' ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git' ext.url = 'http://rockymadden.com/stringmetric/' 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:__ com.rockymadden.stringmetric stringmetric-core - 0.25.1 + 0.25.2 ``` -- cgit v1.2.3