From 7d9ff94a23eb96b414ece25ca940ed3e6c8b04fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B2fol=20Torrens?= Date: Tue, 3 May 2022 14:09:02 +0200 Subject: [PATCH] Bumped v0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae6b050..bd2390c 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ import xerial.sbt.Sonatype._ val settings = Seq( organization := "com.damavis", - version := "0.3.10", + version := "0.4.0", isSnapshot := version.value.endsWith("SNAPSHOT"), scalaVersion := "2.12.11", libraryDependencies ++= dependencies ++ testDependencies,