Skip to content

Commit d27e912

Browse files
committed
2 parents f34975b + f4e9c13 commit d27e912

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
tag_name: "latest-1.21"
3030
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
3333
files: |
3434
./target/*.jar

docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
1414
## Quickstart (Developer)
1515
- Add Caramel to your maven:
1616

17+
LATEST VERSION: 1.2.0
18+
1719
```xml
1820
<repository>
1921
<id>klashdevelopment</id>
@@ -23,7 +25,7 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
2325
<dependency>
2426
<groupId>dev.klash</groupId>
2527
<artifactId>Caramel</artifactId>
26-
<version>1.1.0</version>
28+
<version>VERSION</version>
2729
<scope>provided</scope>
2830
</dependency>
2931
```

0 commit comments

Comments
 (0)