From c56f13487b2c0e92f02187811e49e5bc0c6ba519 Mon Sep 17 00:00:00 2001 From: ImLith Date: Mon, 3 Jun 2024 21:38:25 +0300 Subject: [PATCH] 0.2.0 --- pom.xml | 6 +++--- src/main/resources/plugin.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e4fb023..5d6840c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.lith.lithcore lithcore - 0.1.0 + 0.2.0 LithCore jar @@ -24,7 +24,7 @@ io.papermc.paper paper-api - 1.20.4-R0.1-SNAPSHOT + 1.20.6-R0.1-SNAPSHOT provided @@ -37,7 +37,7 @@ - ${project.name} + ${project.name}-${project.version} diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 9e2b7d3..6fa8132 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,12 +1,12 @@ name: LithCore main: com.lith.lithcore.Plugin -version: 0.1.0 +version: 0.2.0 api-version: 1.20 description: A Core plugin for all my MineCraft plugins author: Lith -website: https://github.com/ImLith/tpa +website: https://github.com/ImLith/LithCore depend: [] softdepend: []