diff --git a/README.md b/README.md index ef66dce0..79032ef7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Temporary repository for DiscordSRV2 [Not ready, not usable] +# Temporary repository for DiscordSRV3 [Not ready, not usable] # DiscordSRV diff --git a/build.gradle b/build.gradle index 2c1a874e..4813e5f8 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { alias(libs.plugins.dependencydownload.plugin) apply false } -version '2.0.0-SNAPSHOT' +version '3.0.0-SNAPSHOT' subprojects { apply plugin: 'java'