Skip to content

Commit

Permalink
Update README version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Apr 29, 2024
1 parent b6e50c2 commit 004bb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ You can then include the dependency in your project.
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>mod-api</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>
```

```gradle
dependencies {
implementation 'net.hypixel:mod-api:0.3.1'
implementation 'net.hypixel:mod-api:0.3.2'
}
```

0 comments on commit 004bb69

Please sign in to comment.