diff --git a/README.md b/README.md
index 576c6bf..ccc835c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# death-swap
-DeathSwap plugin for 1.19 Minecraft Java servers (Spigot/Paper)
+DeathSwap plugin for 1.20 Minecraft Java servers (Spigot/Paper)
## WARNING
@@ -20,4 +20,4 @@ Whenever a player dies/leaves the game, they will be transported back to the lob
## License
-Free and open-source software under the [BSD-2-Clause](LICENSE) license.
\ No newline at end of file
+Free and open-source software under the [BSD-2-Clause](LICENSE) license.
diff --git a/pom.xml b/pom.xml
index 2d3a209..6e16987 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
eu.cloudapio.deathswap
deathswap
jar
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
deathswap
http://maven.apache.org
@@ -22,7 +22,7 @@
org.spigotmc
spigot-api
- 1.19.4-R0.1-SNAPSHOT
+ 1.20-R0.1-SNAPSHOT
provided
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 8986498..91c28bc 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,9 +1,9 @@
main: eu.cloudapio.deathswap.DeathSwap
name: death-swap
version: 0.1
-api-version: 1.19
+api-version: 1.20
commands:
dswap:
description: Death Swap
usage: / [overworld|nether]
- permission: deathswap.dswap
\ No newline at end of file
+ permission: deathswap.dswap