From 97e4b425e2a164ec59c9db02aea85d3376f388f1 Mon Sep 17 00:00:00 2001 From: Wontak Kim Date: Tue, 24 Dec 2019 16:49:36 +0900 Subject: [PATCH] Update version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48760cf..8eedd71 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: "groovy" apply plugin: "maven" apply plugin: "com.novoda.bintray-release" -def versionName = "1.0.1" +def versionName = "1.0.2" def pomGroupId = "co.ab180" def pomArtifactId = "fatjar"