From 8efb011f64ea5519c8687b1dda6ca8d775e154ef Mon Sep 17 00:00:00 2001 From: emmanue1 Date: Sun, 17 Nov 2019 17:29:06 +0100 Subject: [PATCH] Update version to 1.1.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da658e52..ea554a29 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ dependencies { testCompile 'commons-codec:commons-codec:1.13' } -version='1.1.1' +version='1.1.2' tasks.withType(JavaCompile) { sourceCompatibility = targetCompatibility = '1.8'