From 6c35d45f5a0234091d90b2d2a9e50d66efcab61b Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 24 Mar 2024 23:24:24 +0800 Subject: [PATCH] ! bump version to 0.4.0 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61072ee..3bcc4a3 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ For `Maven` projects: io.foldright inspectable-wrappers - 0.3.2 + 0.4.0 ``` @@ -302,12 +302,12 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:inspectable-wrappers:0.3.2") +implementation("io.foldright:inspectable-wrappers:0.4.0") ``` ```groovy // Gradle Groovy DSL -implementation 'io.foldright:inspectable-wrappers:0.3.2' +implementation 'io.foldright:inspectable-wrappers:0.4.0' ``` `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 3ba25d5..f6ca37d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright inspectable-wrappers - 0.x-SNAPSHOT + 0.4.0 Inspectable Wrappers 🪐 Inspectable Wrappers Specification, provides a standard for wrapper chain with the inspection ability.