diff --git a/build.gradle b/build.gradle index 00421e8..f1081b6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.6.4' +version '2.6.5' sourceCompatibility = 1.8 @@ -33,7 +33,7 @@ repositories { } dependencies { - implementation group: 'com.github.shalousun', name: 'smart-doc', version: '2.6.4' + implementation group: 'com.github.shalousun', name: 'smart-doc', version: '2.6.5' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"