diff --git a/build.gradle b/build.gradle index bd3acc9..220dd44 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.1.2-release' +version '2.1.3' sourceCompatibility = 1.8 @@ -31,7 +31,7 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.13.1' - compile 'com.github.shalousun:smart-doc:2.1.2' + compile 'com.github.shalousun:smart-doc:2.1.3' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"