Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 29, 2020
1 parent 4c4d9f8 commit e8ce9f1
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 @@ -28,7 +28,7 @@ repositories {
maven { url 'https://repo.spongepowered.org/maven' }
}
compile 'com.github.clubobsidian:wrappy:2.0.0'
compile 'com.github.clubobsidian:wrappy:2.0.1'
```

### Maven
Expand All @@ -48,7 +48,7 @@ compile 'com.github.clubobsidian:wrappy:2.0.0'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>wrappy</artifactId>
<version>2.0.0</version>
<version>2.0.1</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.0.0'
version = '2.0.1'
}

artifacts {
Expand Down

0 comments on commit e8ce9f1

Please sign in to comment.