From 0ba2708d0879a97e0dada7ab7dac928e171e5926 Mon Sep 17 00:00:00 2001 From: hwck <3090711190@qq.com> Date: Tue, 7 Mar 2023 10:31:58 +0800 Subject: [PATCH] release 2.6.5 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"