Skip to content

Commit f357b03

Browse files
committed
Update version in README
1 parent c3ee4b3 commit f357b03

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.0.0'
16+
implementation 'com.exaroton:api:2.1.0'
1717
}
1818
```
1919

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

0 commit comments

Comments
 (0)