summaryrefslogtreecommitdiff
path: root/project
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 /project
parenta6e907a0532d50f3fda44109d0c0fe1a15b40134 (diff)
downloadstringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.tar.gz
stringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.tar.bz2
stringmetric-27dfe9cbec09b3affb8ce01d8774004c3677dd9a.zip
Updated version to 0.27.2.v0.27.2
Diffstat (limited to 'project')
-rw-r--r--project/build.scala2
1 files changed, 1 insertions, 1 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)