From f3cac4206f19ac51caaddefbc362b750a6b358ed Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Wed, 2 Jul 2014 03:31:20 -0600 Subject: Updated version to 0.27.4. --- project/build.scala | 2 +- readme.md | 6 +++--- 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:__ com.rockymadden.stringmetric stringmetric-core_2.10 - 0.27.3 + 0.27.4 ``` -- cgit v1.2.3