From 2cb5dee0f2fc01615c441d09f76e611365a928ba Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 11 Jun 2019 08:03:19 +0100 Subject: [PATCH] [sbt] Version set to 0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 435d5dd..b99db3e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val applicationSettings = Seq( name := "s3thorp", - version := "0.1", + version := "0.4.0", scalaVersion := "2.12.8" ) val testDependencies = Seq(