Skip to content

Commit 09d9df1

Browse files
committed
! bump version to 0.5.2
1 parent e85efdf commit 09d9df1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,20 +303,20 @@ For `Maven` projects:
303303
<dependency>
304304
<groupId>io.foldright</groupId>
305305
<artifactId>inspectable-wrappers</artifactId>
306-
<version>0.5.1</version>
306+
<version>0.5.2</version>
307307
</dependency>
308308
```
309309

310310
For `Gradle` projects:
311311

312312
```groovy
313313
// Gradle Kotlin DSL
314-
implementation("io.foldright:inspectable-wrappers:0.5.1")
314+
implementation("io.foldright:inspectable-wrappers:0.5.2")
315315
```
316316

317317
```groovy
318318
// Gradle Groovy DSL
319-
implementation 'io.foldright:inspectable-wrappers:0.5.1'
319+
implementation 'io.foldright:inspectable-wrappers:0.5.2'
320320
```
321321

322322
`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).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.foldright</groupId>
66
<artifactId>inspectable-wrappers</artifactId>
7-
<version>0.x-SNAPSHOT</version>
7+
<version>0.5.2</version>
88
<name>Inspectable Wrappers</name>
99
<description>
1010
🪐 Inspectable Wrappers Specification, provides a standard for wrapper chain with the inspection ability.

0 commit comments

Comments
 (0)