diff --git a/build.gradle b/build.gradle index c3b21cb..c1940d7 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v3.0.0' +version 'v3.0.1' def kcAutoCompatibility = '2.0.0' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index d923285..b305848 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v3.0.0", + "version": "v3.0.1", "kcAutoCompatibility": "2.0.0" } \ No newline at end of file