From 6922fde83d76087a0f1f4138758e302579f7c0db Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 20 Apr 2020 01:13:52 -0400 Subject: [PATCH] 0.5.2-SNAPSHOT --- README.markdown | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 323f0d18a..af4c4ae39 100644 --- a/README.markdown +++ b/README.markdown @@ -13,7 +13,7 @@ setup In `project/plugins.sbt`: ```scala -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.1") // add also the following for Scala.js support addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27") diff --git a/build.sbt b/build.sbt index 1bc5976f6..9afa89d21 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "com.eed3si9n" -ThisBuild / version := "0.5.1-SNAPSHOT" +ThisBuild / version := "0.5.2-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"))