diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0364662..165d208 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -6,12 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 8
- continue-on-error: ${{ matrix.version == '1.19' }}
+ continue-on-error: ${{ matrix.version == '1.19.1' }}
strategy:
fail-fast: false
matrix:
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
- version: ['1.19', '1.18.2', '1.17.1', '1.16.5']
+ version: ['1.19.1', '1.18.2', '1.17.1', '1.16.5']
steps:
# Download code from repository
- name: Checkout code
@@ -80,7 +80,7 @@ jobs:
env:
VERSION: ${{ matrix.version }}
run: |
- if [ $VERSION == "1.19" ]; then
+ if [ $VERSION == "1.19.1" ]; then
url="https://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/target/ProtocolLib.jar"
else
url="https://github.com/dmulloy2/ProtocolLib/releases/download/4.8.0/ProtocolLib.jar"
diff --git a/README.md b/README.md
index bf14b4b..47adb04 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Here are the Minecraft distributions where Yamipa should be able to run:
| 1.16.x | ✅ | ✅ | ✅ |
| 1.17 & 1.17.1 | ✅ | ✅ | ✅ |
| 1.18 & 1.18.x | ✅ | ✅ | ✅ |
-| 1.19 | ✅ | ✅ | ✅ |
+| 1.19 & 1.19.1 | ✅ | ✅ | ✅ |
## Configuration
Yamipa is ready-to-go right out of the box. By default, it creates the following files and directories under the
diff --git a/pom.xml b/pom.xml
index ff0ba8f..939a083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
org.spigotmc
spigot-api
- 1.19-R0.1-SNAPSHOT
+ 1.19.1-R0.1-SNAPSHOT
provided