From f2c96c6943892df473fd9c592a6308d5d4f3a3ed Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 2 Dec 2011 19:21:13 -0500 Subject: [PATCH] bump to 0.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 17e18d01..1d4bc343 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ // Versions and git tags should follow: http://semver.org/ // except using -SNAPSHOT instead of without hyphen. -version in GlobalScope := "0.1.1-SNAPSHOT" +version in GlobalScope := "0.1.2" organization in GlobalScope := "com.typesafe.config"