We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700be5 commit dc9cd90Copy full SHA for dc9cd90
1 file changed
README.md
@@ -28,7 +28,7 @@ This API is using the [Mojang API](https://wiki.vg/Mojang_API) so only 600 reque
28
<dependency>
29
<groupId>com.github.ferdithedev</groupId>
30
<artifactId>MCPlayerAPI</artifactId>
31
- <version>1.4</version>
+ <version>1.4.1</version>
32
</dependency>
33
</dependencies>
34
```
@@ -41,7 +41,7 @@ repositories {
41
}
42
43
dependencies {
44
- implementation 'com.github.ferdithedev:MCPlayerAPI:1.4'
+ implementation 'com.github.ferdithedev:MCPlayerAPI:1.4.1'
45
46
47
0 commit comments