summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
```