Skip to content

Commit

Permalink
4.1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 3, 2021
1 parent a5a789c commit 0163bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

public interface ViaBackwardsPlatform {

String MINIMUM_VV_VERSION = "4.1.0";
String MINIMUM_VV_VERSION = "4.1.1";
String IMPL_VERSION = "$IMPL_VERSION";

/**
Expand Down

0 comments on commit 0163bc8

Please sign in to comment.