Skip to content

Commit 2aba5ce

Browse files
committed
Release 0.2.1
1 parent 096d683 commit 2aba5ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ You can then include the dependency in your project.
3333
<dependency>
3434
<groupId>net.hypixel</groupId>
3535
<artifactId>mod-api</artifactId>
36-
<version>0.2.0</version>
36+
<version>0.2.1</version>
3737
</dependency>
3838
```
3939

4040
```gradle
4141
dependencies {
42-
implementation 'net.hypixel:mod-api:0.2.0'
42+
implementation 'net.hypixel:mod-api:0.2.1'
4343
}
4444
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.hypixel</groupId>
88
<artifactId>mod-api</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.2.1</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)