Skip to content

Commit

Permalink
Bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jan 9, 2025
1 parent 02fa658 commit 2a3c78f
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 @@ -13,7 +13,7 @@ If you're creating a plugin/mod that runs on an exaroton server, you can get the
Gradle:
```gradle
dependencies {
implementation 'com.exaroton:api:1.6.1'
implementation 'com.exaroton:api:1.6.2'
}
```

Expand All @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.exaroton</groupId>
<artifactId>api</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
```

Expand Down

0 comments on commit 2a3c78f

Please sign in to comment.