From 2f464c8d625b3a3c794f071c3ee3f66832af4a74 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Tue, 31 Dec 2013 12:17:35 -0700 Subject: Updated version to 0.26.1. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 8c0bfc1..3973b0b 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" % "0.26.0" +libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.26.1" ``` --- __Gradle:__ ```groovy -compile 'com.rockymadden.stringmetric:stringmetric-core:0.26.0' +compile 'com.rockymadden.stringmetric:stringmetric-core:0.26.1' ``` --- @@ -54,7 +54,7 @@ __Maven:__ com.rockymadden.stringmetric stringmetric-core - 0.26.0 + 0.26.1 ``` -- cgit v1.2.3