summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-03-12 18:01:27 -0600
committerRocky Madden <git@rockymadden.com>2013-03-12 18:01:27 -0600
commit21154a4e2a723e142297947c90dfaae983317687 (patch)
tree67fd714ee113edb2f6c1ba71ccbd66fb4f246e17
parentd781f0b5787ac2b39f0a28c9df8c67902c971148 (diff)
downloadstringmetric-21154a4e2a723e142297947c90dfaae983317687.tar.gz
stringmetric-21154a4e2a723e142297947c90dfaae983317687.tar.bz2
stringmetric-21154a4e2a723e142297947c90dfaae983317687.zip
Updated version to 0.24.0.v0.24.0
-rwxr-xr-xbuild.gradle2
-rwxr-xr-xreadme.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 38ae6a7..14e0115 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.23.1'
+version = '0.24.0'
ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
ext.url = 'http://rockymadden.com/stringmetric/'
diff --git a/readme.md b/readme.md
index fc085c4..410a58c 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.23.1"
+libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.24.0"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core:0.23.1'
+compile 'com.rockymadden.stringmetric:stringmetric-core:0.24.0'
```
---
@@ -49,7 +49,7 @@ __Maven:__
<dependency>
<artifactId>com.rockymadden.stringmetric</artifactId>
<groupId>stringmetric-core</groupId>
- <version>0.23.1</version>
+ <version>0.24.0</version>
</dependency>
```