Skip to content

Commit

Permalink
Prepare 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jan 15, 2023
1 parent eb298bb commit bdc1b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:wrappy:2.4.0'
compile 'com.github.clubobsidian:wrappy:2.5.0'
```

### Maven
Expand All @@ -43,7 +43,7 @@ compile 'com.github.clubobsidian:wrappy:2.4.0'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>wrappy</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
shadowJar {
baseName = 'wrappy'
classifier = null
version = '2.4.0'
version = '2.5.0'
}

artifacts {
Expand Down

0 comments on commit bdc1b50

Please sign in to comment.