4.1.1 Release

This commit is contained in:
Nassim Jahnke 2021-12-03 13:36:40 +01:00
parent a5a789c440
commit 0163bc8c24
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
allprojects {
group = "com.viaversion"
version = "4.1.1-SNAPSHOT"
version = "4.1.1"
description = "Allow older clients to join newer server versions."
}

View File

@ -56,7 +56,7 @@ import java.util.logging.Logger;
public interface ViaBackwardsPlatform {
String MINIMUM_VV_VERSION = "4.1.0";
String MINIMUM_VV_VERSION = "4.1.1";
String IMPL_VERSION = "$IMPL_VERSION";
/**