summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2014-01-02 16:29:46 -0700
committerRocky Madden <git@rockymadden.com>2014-01-02 16:29:46 -0700
commitcc72a23e99c9cc02cc4993263addb213204d07ff (patch)
treede094d370a8e4eef6ac8ae04b56d83c2b421e6b6
parent3e25a30e6d6025484a616e1b5e47ac834c17f686 (diff)
downloadstringmetric-cc72a23e99c9cc02cc4993263addb213204d07ff.tar.gz
stringmetric-cc72a23e99c9cc02cc4993263addb213204d07ff.tar.bz2
stringmetric-cc72a23e99c9cc02cc4993263addb213204d07ff.zip
Updated version to 0.27.0.v0.27.0
-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 de4f28a..a667383 100644
--- a/project/build.scala
+++ b/project/build.scala
@@ -6,7 +6,7 @@ object CoreBuild extends Build {
settings = Defaults.defaultSettings ++ Seq(
organization := "com.rockymadden.stringmetric",
name := "stringmetric",
- version := "0.26.1",
+ version := "0.27.0",
scalaVersion := "2.10.3",
resolvers ++= Seq(DefaultMavenRepository),
publishTo := Some("Sonatype" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"),
diff --git a/readme.md b/readme.md
index 2df553f..507ef08 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_2.10" % "0.26.1"
+libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core_2.10" % "0.27.0"
```
---
__Gradle:__
```groovy
-compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.26.1'
+compile 'com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.0'
```
---
@@ -54,7 +54,7 @@ __Maven:__
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core_2.10</artifactId>
- <version>0.26.1</version>
+ <version>0.27.0</version>
</dependency>
```