From c6bef31f13b6e512429e81102198cd490dd6bc65 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 3 Jul 2013 09:04:08 -0400 Subject: [PATCH] bump version to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5faf7b4..6d007d0f 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 := "1.0.1-SNAPSHOT" +version in GlobalScope := "1.0.2" organization in GlobalScope := "com.typesafe"