Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Apr 11, 2024
1 parent 096d683 commit 2aba5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ You can then include the dependency in your project.
<dependency>
<groupId>net.hypixel</groupId>
<artifactId>mod-api</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

```gradle
dependencies {
implementation 'net.hypixel:mod-api:0.2.0'
implementation 'net.hypixel:mod-api:0.2.1'
}
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.hypixel</groupId>
<artifactId>mod-api</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 2aba5ce

Please sign in to comment.