diff --git a/build.gradle b/build.gradle index 60a2ae8..8922c08 100644 --- a/build.gradle +++ b/build.gradle @@ -42,8 +42,8 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v4.0.1' -def kcAutoCompatibility = '6.2.0' +version 'v4.1.0' +def kcAutoCompatibility = '7.0.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index d5c8fbb..a1bc6c1 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v4.0.1", - "kcAutoCompatibility": "6.2.0" + "version": "v4.1.0", + "kcAutoCompatibility": "7.0.0" } \ No newline at end of file