Skip to content

Commit ffc83be

Browse files
committed
update readme
1 parent 23b3c96 commit ffc83be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,17 @@ Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added featur
1919
**Maven**
2020

2121
```xml
22-
2322
<dependency>
2423
<groupId>com.zp4rker</groupId>
2524
<artifactId>bukkot</artifactId>
26-
<version>1.1.0-k1.5.0</version>
25+
<version>2.0.0-k2.0.21</version>
2726
</dependency>
2827
```
2928

3029
**Gradle**
3130

3231
```groovy
33-
compile "com.zp4rker:bukkot:1.1.0-k1.5.0"
32+
compile "com.zp4rker:bukkot:2.0.0-k2.0.21"
3433
```
3534

3635
# Features

0 commit comments

Comments
 (0)