We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c857a commit 63d0fd5Copy full SHA for 63d0fd5
1 file changed
README.md
@@ -101,7 +101,7 @@ Coordinates:
101
102
- `groupId`: `nl.hauntedmc.dataprovider`
103
- `artifactId`: `dataprovider`
104
-- `version`: current release (example: `1.21.0`)
+- `version`: current release
105
106
Repository:
107
@@ -120,15 +120,15 @@ Maven:
120
<dependency>
121
<groupId>nl.hauntedmc.dataprovider</groupId>
122
<artifactId>dataprovider</artifactId>
123
- <version>1.21.0</version>
+ <version>2.0.0</version>
124
<scope>provided</scope>
125
</dependency>
126
```
127
128
Gradle (Groovy):
129
130
```groovy
131
-compileOnly "nl.hauntedmc.dataprovider:dataprovider:1.21.0"
+compileOnly "nl.hauntedmc.dataprovider:dataprovider:2.0.0"
132
133
134
GitHub Packages authentication details are in the docs.
0 commit comments