From 1742bebe188a0598eb87180831b8bf0930ccf9d2 Mon Sep 17 00:00:00 2001 From: shalousun <836575280@qq.com> Date: Sun, 24 Nov 2024 15:49:29 +0800 Subject: [PATCH] release: 3.0.9 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7500c7c..c420589 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.ly.smart-doc' -version '3.0.8' +version '3.0.9' sourceCompatibility = 1.8 @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.8' + implementation group: 'com.ly.smart-doc', name: 'smart-doc', version: '3.0.9' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"