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 5d0b068 commit 6acb9ffCopy full SHA for 6acb9ff
README.md
@@ -32,12 +32,12 @@ You can then include the dependency in your project.
32
<dependency>
33
<groupId>net.hypixel</groupId>
34
<artifactId>mod-api</artifactId>
35
- <version>0.2.1</version>
+ <version>0.3.0</version>
36
</dependency>
37
```
38
39
```gradle
40
dependencies {
41
- implementation 'net.hypixel:mod-api:0.2.1'
+ implementation 'net.hypixel:mod-api:0.3.0'
42
}
43
0 commit comments