summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2014-01-06 14:12:30 -0700
committerRocky Madden <git@rockymadden.com>2014-01-06 14:12:30 -0700
commit27dfe9cbec09b3affb8ce01d8774004c3677dd9a (patch)
tree624b06067a41b298e088e033a3bb533b9cb6ffa4
parenta6e907a0532d50f3fda44109d0c0fe1a15b40134 (diff)
downloadstringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.tar.gz
stringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.tar.bz2
stringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.zip
Updated version to 0.27.2.v0.27.2
-rw-r--r--project/build.scala2
-rwxr-xr-xreadme.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/project/build.scala b/project/build.scala
index eeba0ac..49dca5f 100644
--- a/project/build.scala
+++ b/project/build.scala
@@ -30,7 +30,7 @@ object CoreBuild extends Build {
publishTo := Some("Sonatype" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"),
resolvers ++= Seq(DefaultMavenRepository),
scalaVersion := "2.10.3",
- version := "0.27.1"
+ version := "0.27.2"
)
).aggregate(core, cli)
diff --git a/readme.md b/readme.md
index 25f545b..e4dcb88 100755
--- a/readme.md
+++ b/readme.md
@@ -35,14 +35,14 @@ String metrics and phonetic algorithms for Scala. The library provides facilitie
__SBT:__
```scala
-libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.1"
+libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.2"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.1'
+compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.2'
```
---
@@ -52,7 +52,7 @@ __Maven:__
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core_2.10</artifactId>
- <version>0.27.1</version>
+ <version>0.27.2</version>
</dependency>
```