diff --git a/build.gradle b/build.gradle index f6720f8..2828900 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v3.1.0' +version 'v3.1.1' def kcAutoCompatibility = '3.0.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index 3a40791..56f05e6 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v3.1.0", + "version": "v3.1.1", "kcAutoCompatibility": "3.0.0" } \ No newline at end of file