From d6f1b6fa0c85580d9e49e6ba301e4f6ee93bbb4a Mon Sep 17 00:00:00 2001 From: waicool20 Date: Mon, 2 Oct 2017 01:00:43 +0800 Subject: [PATCH] Bump KAGA to v1.8.1 --- build.gradle | 4 ++-- src/main/resources/version.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f32fc89..98a785f 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v1.8.0' -def kcAutoCompatibility = '2017-06-07' +version 'v1.8.1' +def kcAutoCompatibility = '2017-09-29' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index f20cad5..702ae70 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v1.8.0", - "kcAutoCompatibility": "2017-06-07" + "version": "v1.8.1", + "kcAutoCompatibility": "2017-09-29" } \ No newline at end of file