From 8af8ffc9d3c5f2f641e1215a10270ebf5aefe0af Mon Sep 17 00:00:00 2001 From: shalousun <836575280@qq.com> Date: Sat, 30 Mar 2024 23:11:17 +0800 Subject: [PATCH] update: release 3.0.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 359765c..68658fb 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.ly.smart-doc' -version '3.0.2' +version '3.0.3' sourceCompatibility = 1.8 @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.2' + implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.3' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"