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 fd6aa4c..d386325 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.0'
+version = '0.25.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 a181331..69fbc54 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.0"
+libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.25.1"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.0'
+compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.1'
```
---
@@ -49,7 +49,7 @@ __Maven:__
<dependency>
<artifactId>com.rockymadden.stringmetric</artifactId>
<groupId>stringmetric-core</groupId>
- <version>0.25.0</version>
+ <version>0.25.1</version>
</dependency>
```