We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a64c8c commit c7a4a5fCopy full SHA for c7a4a5f
README.md
@@ -33,12 +33,12 @@ You can then include the dependency in your project.
33
<dependency>
34
<groupId>net.hypixel</groupId>
35
<artifactId>mod-api</artifactId>
36
- <version>0.1.7</version>
+ <version>0.2.0</version>
37
</dependency>
38
```
39
40
```gradle
41
dependencies {
42
- implementation 'net.hypixel:mod-api:0.1.7'
+ implementation 'net.hypixel:mod-api:0.2.0'
43
}
44
0 commit comments