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 096d683 commit 2aba5ceCopy full SHA for 2aba5ce
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.2.0</version>
+ <version>0.2.1</version>
37
</dependency>
38
```
39
40
```gradle
41
dependencies {
42
- implementation 'net.hypixel:mod-api:0.2.0'
+ implementation 'net.hypixel:mod-api:0.2.1'
43
}
44
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
0 commit comments