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: []