Skip to content

Commit

Permalink
update README with v3.4.1 info
Browse files Browse the repository at this point in the history
  • Loading branch information
Realizedd committed Dec 22, 2020
1 parent 6beccdc commit 1de0692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Maven:
#### Dependency
Gradle:
```groovy
compile (group: 'com.github.Realizedd.Duels', name: 'duels-api', version: '3.4.0') {
compile (group: 'com.github.Realizedd.Duels', name: 'duels-api', version: '3.4.1') {
transitive = false
}
```
Expand All @@ -48,7 +48,7 @@ Maven:
<dependency>
<groupId>com.github.Realizedd.Duels</groupId>
<artifactId>duels-api</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit 1de0692

Please sign in to comment.