From e1a96733b8f47aa14e40e6d11f14c3177313ca95 Mon Sep 17 00:00:00 2001 From: Milos Marinkovic Date: Sun, 12 Jul 2020 20:03:11 +0200 Subject: [PATCH] Update project version to 1.0.1 (to publish) --- kssm/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kssm/build.gradle b/kssm/build.gradle index 66f1bcd..9766631 100644 --- a/kssm/build.gradle +++ b/kssm/build.gradle @@ -18,7 +18,7 @@ ext { kotlinSourceDir = 'src/main/kotlin' resourcesDir = 'src/main/resources' - projectVersion = '1.0.0' + projectVersion = '1.0.1' projectGroup = 'me.angrybyte' VERSION_NAME = projectVersion // Needed for 'bintrayUpload' task