From ec6e3b4928a46c9be049073dcb7ab92b46fb2739 Mon Sep 17 00:00:00 2001 From: waicool20 Date: Fri, 22 Jun 2018 13:05:20 +0800 Subject: [PATCH] Bump version to v3.0.0 and kcauto compatibility to 2.0.0 --- 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 2ac5250..c3b21cb 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v2.2.0' -def kcAutoCompatibility = '1.0.0' +version 'v3.0.0' +def kcAutoCompatibility = '2.0.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index c1087a7..d923285 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v2.2.0", - "kcAutoCompatibility": "1.0.0" + "version": "v3.0.0", + "kcAutoCompatibility": "2.0.0" } \ No newline at end of file