File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
tag_name : " latest-1.21"
30
30
name : " [1.1.0 for 1.21] Development Build"
31
- body : " Push-ly development build for Caramel."
32
- prerelease : true
31
+ body : " Push-ly development build for Caramel. Updated on every push - ignore the 'commits to master since this release', github works weird. "
32
+ prerelease : false
33
33
files : |
34
34
./target/*.jar
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
14
14
## Quickstart (Developer)
15
15
- Add Caramel to your maven:
16
16
17
+ LATEST VERSION: 1.2.0
18
+
17
19
``` xml
18
20
<repository >
19
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 >
25
27
<artifactId >Caramel</artifactId >
26
- <version >1.1.0 </version >
28
+ <version >VERSION </version >
27
29
<scope >provided</scope >
28
30
</dependency >
29
31
```
You can’t perform that action at this time.
0 commit comments