File tree Expand file tree Collapse file tree
src/main/java/nl/hauntedmc/dataprovider/platform/velocity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Coordinates:
6666
6767- ` groupId ` : ` nl.hauntedmc.dataprovider `
6868- ` artifactId ` : ` dataprovider `
69- - ` version ` : current release (example: ` 1.20.4 ` )
69+ - ` version ` : current release (example: ` 1.21.0 ` )
7070
7171Repository:
7272
@@ -85,15 +85,15 @@ Maven:
8585<dependency >
8686 <groupId >nl.hauntedmc.dataprovider</groupId >
8787 <artifactId >dataprovider</artifactId >
88- <version >1.20.4 </version >
88+ <version >1.21.0 </version >
8989 <scope >provided</scope >
9090</dependency >
9191```
9292
9393Gradle (Groovy):
9494
9595``` groovy
96- compileOnly "nl.hauntedmc.dataprovider:dataprovider:1.20.4 "
96+ compileOnly "nl.hauntedmc.dataprovider:dataprovider:1.21.0 "
9797```
9898
9999GitHub Packages authentication details are in the docs.
Original file line number Diff line number Diff line change 77 <groupId >nl.hauntedmc.dataprovider</groupId >
88 <artifactId >dataprovider</artifactId >
99 <name >DataProvider</name >
10- <version >1.20.4 </version >
10+ <version >1.21.0 </version >
1111 <packaging >jar</packaging >
1212 <description >Plugin-scoped data access layer for Velocity and Bukkit/Paper plugins.</description >
1313 <url >https://github.com/HauntedMC/DataProvider</url >
Original file line number Diff line number Diff line change 2121@ Plugin (
2222 id = "dataprovider" ,
2323 name = "DataProvider" ,
24- version = "1.20.4 " ,
24+ version = "1.21.0 " ,
2525 description = "A cross-platform data provider plugin." ,
2626 authors = {"HauntedMC" }
2727)
Original file line number Diff line number Diff line change 1- v1.20.4
1+ v1.21.0
You can’t perform that action at this time.
0 commit comments