From f3010b0908084c490d27631909ff2b54d3518c40 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Mon, 10 Jun 2024 18:22:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20update=20after=20release=20`v0.5.5`=20?= =?UTF-8?q?=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa39006..3993fc1 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ For `Maven` projects: io.foldright inspectable-wrappers - 0.5.4 + 0.5.5 ``` @@ -370,12 +370,12 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:inspectable-wrappers:0.5.4") +implementation("io.foldright:inspectable-wrappers:0.5.5") ``` ```groovy // Gradle Groovy DSL -implementation 'io.foldright:inspectable-wrappers:0.5.4' +implementation 'io.foldright:inspectable-wrappers:0.5.5' ``` `inspectable-wrappers` has published to maven central, find the latest version at [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/inspectable-wrappers/0.3.0/versions).