Skip to content

Commit 6d7c1ce

Browse files
committed
Update README.md
1 parent 9695afc commit 6d7c1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install the mod, simply download the JAR file and place it in your mods folde
1414

1515
Currently, the Hypixel Mod API supports the following mod loaders and versions:
1616

17-
- Fabric 1.20.5/1.20.6
17+
- [Fabric Latest](https://github.com/HypixelDev/FabricModAPI)
1818

1919
There are also plans to add support for the following versions before a full release:
2020

@@ -49,13 +49,13 @@ You can then include the dependency in your project.
4949
<dependency>
5050
<groupId>net.hypixel</groupId>
5151
<artifactId>mod-api</artifactId>
52-
<version>0.3.2</version>
52+
<version>0.3.3</version>
5353
</dependency>
5454
```
5555

5656
```gradle
5757
dependencies {
58-
implementation 'net.hypixel:mod-api:0.3.2'
58+
implementation 'net.hypixel:mod-api:0.3.3'
5959
}
6060
```
6161

@@ -64,7 +64,7 @@ Depending on your chosen mod loader, you will need to also include the `hypixel-
6464
```json
6565
{
6666
"depends": {
67-
"hypixel-mod-api": ">=0.3.2"
67+
"hypixel-mod-api": ">=0.3.3"
6868
}
6969
}
7070
```

0 commit comments

Comments
 (0)