Skip to content

Commit

Permalink
Bump dependency version in README.md to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Jan 15, 2024
1 parent fb6efa0 commit c522f7c
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 @@ -59,15 +59,15 @@ with Maven:

with Gradle:
```kts
compileOnly("com.eternalcode:eternalcombat-api:1.2.0")
compileOnly("com.eternalcode:eternalcombat-api:1.2.1")
```

with Maven:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcombat-api</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit c522f7c

Please sign in to comment.