From 1e8ce58b79b463b82558a4dd680572a14e026f7a Mon Sep 17 00:00:00 2001 From: Vankka Date: Sat, 31 Dec 2022 16:01:04 +0200 Subject: [PATCH] Version bump to v3 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'