Skip to content

Commit

Permalink
! bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed May 8, 2023
1 parent 9562d67 commit 88853db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,20 +158,20 @@ For `Maven` projects:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>inspectable-wrappers</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

For `Gradle` projects:

```groovy
// Gradle Kotlin DSL
implementation("io.foldright:inspectable-wrappers:0.3.0")
implementation("io.foldright:inspectable-wrappers:0.3.1")
```

```groovy
// Gradle Groovy DSL
implementation 'io.foldright:inspectable-wrappers:0.3.0'
implementation 'io.foldright:inspectable-wrappers:0.3.1'
```

`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).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.foldright</groupId>
<artifactId>inspectable-wrappers</artifactId>
<version>0.x-SNAPSHOT</version>
<version>0.3.1</version>
<name>Inspectable Wrappers</name>
<description>
🪐 Inspectable Wrappers Specification, provides a standard for wrapper chain with the inspection ability.
Expand Down

0 comments on commit 88853db

Please sign in to comment.