From 1a6cefdfeba55b60617a124411ece6c9427ce6a6 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Mon, 10 Sep 2018 13:38:14 -0700 Subject: [PATCH] release 0.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 305a6ce..6c33ed4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "gibbous" organization := "com.manyangled" -version := "0.1.0" +version := "0.1.1" crossPaths := false // drop off Scala suffix from artifact names.