From aa3ba32c8e819ceae5fabb5fffdf7f9f24c92b31 Mon Sep 17 00:00:00 2001 From: DmytroMitin Date: Mon, 22 Jul 2019 21:42:20 +0300 Subject: [PATCH] build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38fa363..0a072d2 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ inThisBuild(Seq( organization := "com.github.dmytromitin", organizationName := "Dmytro Mitin", organizationHomepage := Some(url("https://github.com/DmytroMitin")), - version := "0.2", + version := "0.3", scalaVersion := scala213, scmInfo := Some(ScmInfo( url("https://github.com/DmytroMitin/AUXify"),