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 b6e50c2 commit 004bb69Copy full SHA for 004bb69
README.md
@@ -34,12 +34,12 @@ You can then include the dependency in your project.
34
<dependency>
35
<groupId>net.hypixel</groupId>
36
<artifactId>mod-api</artifactId>
37
- <version>0.3.1</version>
+ <version>0.3.2</version>
38
</dependency>
39
```
40
41
```gradle
42
dependencies {
43
- implementation 'net.hypixel:mod-api:0.3.1'
+ implementation 'net.hypixel:mod-api:0.3.2'
44
}
45
0 commit comments