diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 8f174ad..7b9c25f 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.voxcrafterlp CauldronInteract - 1.0-SNAPSHOT + 1.0-RELEASE diff --git a/pom.xml b/pom.xml index 7ffae17..a797ec2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.voxcrafterlp CauldronInteract - 1.0-SNAPSHOT + 1.0-RELEASE 8 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 29065d3..826b019 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: CauldronInteract version: 1.0 +api-version: 1.17 author: VoxCrafter_LP -main: com.voxcrafterlp.cauldroninteract.CauldronInteract -api-version: 1.17 \ No newline at end of file +main: com.voxcrafterlp.cauldroninteract.CauldronInteract \ No newline at end of file