From b6b43e4d567ce5bc390ad8ec51f7fd9d69f2d7a4 Mon Sep 17 00:00:00 2001 From: shalousun <836575280@qq.com> Date: Sun, 11 Jun 2023 12:02:06 +0800 Subject: [PATCH] release 2.7.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e6fbcb4..a7137a1 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { } group 'com.github.shalousun' -version '2.6.9' +version '2.7.0' sourceCompatibility = 1.8 @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation group: 'com.github.shalousun', name: 'smart-doc', version: '2.6.9' + implementation group: 'com.github.shalousun', name: 'smart-doc', version: '2.7.0' } tasks.withType(JavaCompile) { options.encoding = "UTF-8"