From 5f4d6b268c848f96a538790885737962cd52a8bf Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Mon, 10 Jun 2024 18:17:47 +0800 Subject: [PATCH] ! bump version to `v0.5.5` --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 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). diff --git a/pom.xml b/pom.xml index b0b1463..96b2403 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright inspectable-wrappers - 0.x-SNAPSHOT + 0.5.5 Inspectable Wrappers 🪐 Inspectable Wrappers Specification, provides a standard for wrapper chain with the inspection ability.