From 8317ef6e4fd9bb704578cd7c12b2ff07295005b7 Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Sat, 22 Sep 2018 11:28:22 +0700 Subject: [PATCH] release 1.0.1 --- .gitignore | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f2f354..d1dbbc2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /library/build /build /.idea -/.gradle \ No newline at end of file +/.gradle +local.properties \ No newline at end of file diff --git a/build.gradle b/build.gradle index d466f62..46f1948 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { siteUrl = 'https://github.com/vacxe/Konveyor' gitUrl = 'https://github.com/vacxe/Konveyor.git' - libraryVersion = '1.0' + libraryVersion = '1.0.1' developerId = 'vacxe' developerName = 'Konstantin Aksenov'