diff --git a/build.gradle b/build.gradle
index caf8dfe..c66804c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'net.coreprotect'
-String projectVersion = '20.1'
+String projectVersion = '20.2'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
@@ -36,7 +36,7 @@ dependencies {
exclude group: 'org.bukkit'
}
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
- implementation 'org.bstats:bstats-bukkit-lite:1.7'
+ implementation 'org.bstats:bstats-bukkit-lite:1.8'
implementation 'com.zaxxer:HikariCP:4.0.3'
}
diff --git a/pom.xml b/pom.xml
index 66590c7..09b927f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
net.coreprotect
CoreProtect
- 20.1
+ 20.2
UTF-8