From d0c8874331ed659bd564e89bb5c09a51701af2ad Mon Sep 17 00:00:00 2001 From: waicool20 Date: Mon, 1 Oct 2018 19:39:45 +0800 Subject: [PATCH] Bump version to v4.0.1 --- build.gradle | 2 +- src/main/resources/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7cd095c..5730094 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v4.0.0' +version 'v4.0.1' def kcAutoCompatibility = '6.2.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index fde5976..d5c8fbb 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v4.0.0", + "version": "v4.0.1", "kcAutoCompatibility": "6.2.0" } \ No newline at end of file