From fc07d88edf9b29a48ce9a1939af68a3b69111d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Thu, 31 Oct 2019 16:33:44 +0100 Subject: [PATCH] Increase version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e17eb72e..4e66994d 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.1.11-beta", + version := "0.2.1-beta", scalaVersion := "2.12.10", scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature") )