From e0ce7ec0aad7f246bf2a831108c91b15bc3bd3c1 Mon Sep 17 00:00:00 2001 From: Oleg Pyzhcov Date: Sat, 11 May 2019 11:05:40 +0300 Subject: [PATCH] chore: prepare 0.1.0-M1 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e20d3c..44727e2 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} inThisBuild(Seq( organization := "com.olegpy", scalaVersion := "2.12.8", - version := "0.1.0-SNAPSHOT", + version := "0.1.0-M1", crossScalaVersions := Seq("2.11.12", "2.12.8"), pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray), ))