From e69d7487b355f4bd81a40bdebb54a93367da9712 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 10 May 2019 14:00:21 -0400 Subject: [PATCH] version bump --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc7908c69..58c63e6df 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "com.eed3si9n" -ThisBuild / version := "0.2.0-SNAPSHOT" +ThisBuild / version := "0.2.1-SNAPSHOT" ThisBuild / description := "sbt plugin to define project matrix for cross building" ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-projectmatrix/blob/master/LICENSE"))