Skip to content

Commit c7a4a5f

Browse files
committed
Update dependency examples
1 parent 1a64c8c commit c7a4a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.1.7</version>
36+
<version>0.2.0</version>
3737
</dependency>
3838
```
3939

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

0 commit comments

Comments
 (0)