We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df4415 commit dec8c7bCopy full SHA for dec8c7b
docs/index.md
@@ -14,6 +14,8 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
14
## Quickstart (Developer)
15
- Add Caramel to your maven:
16
17
+LATEST VERSION: 1.3.0
18
+
19
```xml
20
<repository>
21
<id>klashdevelopment</id>
@@ -23,7 +25,7 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
23
25
<dependency>
24
26
<groupId>dev.klash</groupId>
27
<artifactId>Caramel</artifactId>
- <version>1.1.0</version>
28
+ <version>VERSION</version>
29
<scope>provided</scope>
30
</dependency>
31
```
0 commit comments