From 7c00dc54807f85635b3f5d3ef4d1e6fd9a8cd077 Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Fri, 10 Nov 2017 13:15:56 +0100 Subject: [PATCH] enry-java: Bump version to 1.6.1 Signed-off-by: Alfredo Beaumont --- java/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/build.sbt b/java/build.sbt index 8e433ed..0e2ea6f 100644 --- a/java/build.sbt +++ b/java/build.sbt @@ -1,6 +1,6 @@ name := "enry-java" organization := "tech.sourced" -version := "1.5.2" +version := "1.6.1" sonatypeProfileName := "tech.sourced"