From 7dc91ecaed1bd4dfb45b511165490c0538a36adb Mon Sep 17 00:00:00 2001 From: Iaroslav Zeigerman Date: Mon, 28 Jan 2019 12:50:52 -0800 Subject: [PATCH] Create a release 0.4.3 version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f8fad0..2cef6d8 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ val CommonSettings = Seq( organization := "com.github.izeigerman", scalaVersion := "2.12.6", crossScalaVersions := Seq("2.11.11", scalaVersion.value), - version := "0.4.3-SNAPSHOT", + version := "0.4.3", organizationHomepage := Some(url("https://github.com/izeigerman")), homepage := Some(url("https://github.com/izeigerman/akkeeper")),