From 5dfbcfb112e2cfb4c15dba99978de2eeba53e665 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 5 May 2020 17:42:33 -0400 Subject: [PATCH] 0.5.3-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9afa89d21..b737dd101 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "com.eed3si9n" -ThisBuild / version := "0.5.2-SNAPSHOT" +ThisBuild / version := "0.5.3-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"))