From c342b4d662a4f5a4a381c3531413edc9b0132232 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 27 Jun 2019 07:58:11 +0800 Subject: [PATCH] 0.3.1-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58c63e6df..cb218600b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "com.eed3si9n" -ThisBuild / version := "0.2.1-SNAPSHOT" +ThisBuild / version := "0.3.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"))