From a11dbff980fd7d2689af1c87b3550c5d0bce4983 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Wed, 17 May 2017 20:45:35 +0900 Subject: [PATCH] 0.2.0 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32eef5a..dcf888f 100755 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val theVersion = "0.2.0-SNAPSHOT" +lazy val theVersion = "0.2.0" lazy val theScalaVersion = "2.11.11" lazy val scalaVersions = Seq("2.11.11", "2.12.2")