summaryrefslogtreecommitdiff
path: root/readme.md
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 /readme.md
parentb7309df68ff37c79428c103cc224d81f40d8a37f (diff)
downloadstringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.tar.gz
stringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.tar.bz2
stringmetric-2f464c8d625b3a3c794f071c3ee3f66832af4a74.zip
Updated version to 0.26.1.v0.26.1
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md6
1 files changed, 3 insertions, 3 deletions
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>
```