Skip to content

Commit bf3ab80

Browse files
committed
2 parents 8b32fd5 + ed7084e commit bf3ab80

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Release
2727
uses: softprops/action-gh-release@v2
2828
with:
29-
tag_name: "latest-1.21.10"
30-
name: "[1.4.4 for 1.21.10] Development Build"
29+
tag_name: "latest-1.21.11"
30+
name: "[1.4.6 for 1.21.11] Development Build"
3131
body: "Push-ly development build for Caramel. Updated on every push - ignore the 'commits to master since this release', github works weird."
3232
prerelease: false
3333
files: |

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
1212
- Simply drop in the latest Caramel jarfile from [here](https://github.com/klashdevelopment/Caramel/releases/tag/latest-1.21)
1313

1414
## Quickstart (Developer)
15-
- Make sure you have Paper API 1.21.4 in your pom
15+
- Make sure you have Paper API 1.21.11 in your pom
1616
- Add Caramel to your maven:
1717

1818
```xml
@@ -24,7 +24,7 @@ Caramel is a multipurpose AIO api for PaperAPI plugins. ***Caramel can not and w
2424
<dependency>
2525
<groupId>dev.klash</groupId>
2626
<artifactId>Caramel</artifactId>
27-
<version>1.4.2</version>
27+
<version>1.4.6</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
```

0 commit comments

Comments
 (0)