Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGoGaming committed Jul 7, 2024
1 parent 3df4415 commit dec8c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
## Quickstart (Developer)
- Add Caramel to your maven:

LATEST VERSION: 1.3.0

```xml
<repository>
<id>klashdevelopment</id>
Expand All @@ -23,7 +25,7 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
<dependency>
<groupId>dev.klash</groupId>
<artifactId>Caramel</artifactId>
<version>1.1.0</version>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit dec8c7b

Please sign in to comment.