Skip to content

Commit ccce7b6

Browse files
committed
Update versions in README
1 parent 3ace2cf commit ccce7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're creating a plugin/mod that runs on an exaroton server, you can get the
1313
Gradle:
1414
```gradle
1515
dependencies {
16-
implementation 'com.exaroton:api:2.2.1'
16+
implementation 'com.exaroton:api:2.4.0'
1717
}
1818
```
1919

@@ -22,7 +22,7 @@ Maven:
2222
<dependency>
2323
<groupId>com.exaroton</groupId>
2424
<artifactId>api</artifactId>
25-
<version>2.2.1</version>
25+
<version>2.4.0</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)