From d251ecfedfa6dd8641c1fb269a09d53257f41702 Mon Sep 17 00:00:00 2001 From: duanluan Date: Wed, 26 Oct 2022 11:26:51 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- docs/docs/002-introduction.md | 12 ++++++------ docs/package.json | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b41271d..5c619cd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ top.zhogjianhao ZUtil - 1.8.4 + 1.9.0 ``` @@ -37,9 +37,9 @@ ```groovy // groovy -implementation 'top.zhogjianhao:ZUtil:1.8.4' +implementation 'top.zhogjianhao:ZUtil:1.9.0' // kotlin -implementation("top.zhogjianhao:ZUtil:1.8.4") +implementation("top.zhogjianhao:ZUtil:1.9.0") ``` # Stargazers over time diff --git a/docs/docs/002-introduction.md b/docs/docs/002-introduction.md index 3d904b4..7b77716 100644 --- a/docs/docs/002-introduction.md +++ b/docs/docs/002-introduction.md @@ -8,7 +8,7 @@ top.zhogjianhao ZUtil - 1.8.4 + 1.9.0 ``` @@ -16,9 +16,9 @@ ```groovy // groovy -implementation 'top.zhogjianhao:ZUtil:1.8.4' +implementation 'top.zhogjianhao:ZUtil:1.9.0' // kotlin -implementation("top.zhogjianhao:ZUtil:1.8.4") +implementation("top.zhogjianhao:ZUtil:1.9.0") ``` ## 安装注意 @@ -32,7 +32,7 @@ implementation("top.zhogjianhao:ZUtil:1.8.4") top.zhogjianhao ZUtil - 1.8.4 + 1.9.0 org.slf4j @@ -65,7 +65,7 @@ implementation("top.zhogjianhao:ZUtil:1.8.4") // groovy dependencies { // 方式一:ZUtil 排除 slf4j - implementation('top.zhogjianhao:ZUtil:1.8.4') { + implementation('top.zhogjianhao:ZUtil:1.9.0') { exclude group: 'org.slf4j', module: 'slf4j-api' exclude group: 'org.slf4j', module: 'slf4j-simple' } @@ -78,7 +78,7 @@ dependencies { // kotlin dependencies { // 方式一:ZUtil 排除 slf4j - implementation("top.zhogjianhao:ZUtil:1.8.4") { + implementation("top.zhogjianhao:ZUtil:1.9.0") { exclude(group = "org.slf4j", module = "slf4j-api") exclude(group = "org.slf4j", module = "slf4j-simple") } diff --git a/docs/package.json b/docs/package.json index 06e1dce..d4ad2e4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "zutil-docs", - "version": "1.8.4", + "version": "1.9.0", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/pom.xml b/pom.xml index 3b521dc..1eded1e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ top.zhogjianhao ZUtil - 1.8.4 + 1.9.0 ZUtil https://github.com/duanluan/ZUtil -- GitLab