diff --git a/build.gradle b/build.gradle index 754e36a..63bcb58 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ apply plugin: 'java' apply plugin: 'kotlin' group 'com.waicool20' -version 'v2.0.2' +version 'v2.0.3' def kcAutoCompatibility = '0.4.5' sourceCompatibility = 1.8 diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index cd516c8..ae32816 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1,4 +1,4 @@ { - "version": "v2.0.2", + "version": "v2.0.3", "kcAutoCompatibility": "0.4.5" } \ No newline at end of file