aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2017-08-17 12:11:14 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2017-08-17 12:11:14 +0200
commit88b724d86c8a8b290da6dd6213192d8f3a96b910 (patch)
treebfca427aec3c97c8bcf0e72b3a17ae70fd1592a4
parentf9cdfdd4afa321057aaa43b5320a2bc068c02a0b (diff)
downloadsbt-boilerplate-88b724d86c8a8b290da6dd6213192d8f3a96b910.tar.gz
sbt-boilerplate-88b724d86c8a8b290da6dd6213192d8f3a96b910.tar.bz2
sbt-boilerplate-88b724d86c8a8b290da6dd6213192d8f3a96b910.zip
bump version
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index c2237e6..dbceca8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,7 +4,7 @@ lazy val root = (project in file("."))
crossSbtVersions := Vector("0.13.16", "1.0.0"),
name := "sbt-boilerplate",
organization := "io.spray",
- version := "0.6.1-SNAPSHOT",
+ version := "0.6.1",
description := "An SBT plugin for simple generation of boilerplate",
startYear := Some(2012),
homepage := Some(url("http://github.com/sbt/sbt-boilerplate")),