From 704182c56b77fb9e8bab237ed2e8ab465270e723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Wed, 12 Feb 2020 15:08:02 +0100 Subject: [PATCH] Version 0.4.1-beta --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bd03546..0675fdc4 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} lazy val commonSettings = Seq( organization := "com.github.ondrejspanel", - version := "0.3.1-beta", + version := "0.4.1-beta", scalaVersion := "2.12.10", scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature") )