diff --git a/build.gradle b/build.gradle index ff341a3..6806696 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v4.1.0' -def kcAutoCompatibility = '7.0.0' +version 'v4.2.0' +def kcAutoCompatibility = '7.5.1' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index a1bc6c1..99415af 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v4.1.0", - "kcAutoCompatibility": "7.0.0" + "version": "v4.2.0", + "kcAutoCompatibility": "7.5.1" } \ No newline at end of file