summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-12-31 12:17:35 -0700
committerRocky Madden <git@rockymadden.com>2013-12-31 12:17:35 -0700
commit2f464c8d625b3a3c794f071c3ee3f66832af4a74 (patch)
tree9812feaeb82a943b2b09dd34c1c436292b81ae83
parentb7309df68ff37c79428c103cc224d81f40d8a37f (diff)
downloadstringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.tar.gz
stringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.tar.bz2
stringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.zip
Updated version to 0.26.1.v0.26.1
-rwxr-xr-xbuild.gradle2
-rwxr-xr-xreadme.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index d727134..50974bb 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.26.0'
+version = '0.26.1'
ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
ext.url = 'http://rockymadden.com/stringmetric/'
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:__
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core</artifactId>
- <version>0.26.0</version>
+ <version>0.26.1</version>
</dependency>
```