summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2014-01-03 21:23:26 -0700
committerRocky Madden <git@rockymadden.com>2014-01-03 21:23:26 -0700
commitdd15b4c2ccc539b63852365457908df89ef951d7 (patch)
treec07908beed3a3ab17d2251fedbe008cb99e6a223
parent0b2b77105ea672e3ba7f6ecc61ea89e8280c0480 (diff)
downloadstringmetric-dd15b4c2ccc539b63852365457908df89ef951d7.tar.gz
stringmetric-dd15b4c2ccc539b63852365457908df89ef951d7.tar.bz2
stringmetric-dd15b4c2ccc539b63852365457908df89ef951d7.zip
Updated version to 0.27.1.
-rw-r--r--project/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build.scala b/project/build.scala
index 0a23b04..da486c5 100644
--- a/project/build.scala
+++ b/project/build.scala
@@ -31,7 +31,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.0"
+ version := "0.27.1"
)
).aggregate(core, cli)