Skip to content

Commit 0163bc8

Browse files
committed
4.1.1 Release
1 parent a5a789c commit 0163bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = "com.viaversion"
8-
version = "4.1.1-SNAPSHOT"
8+
version = "4.1.1"
99
description = "Allow older clients to join newer server versions."
1010
}
1111

common/src/main/java/com/viaversion/viabackwards/api/ViaBackwardsPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
public interface ViaBackwardsPlatform {
5858

59-
String MINIMUM_VV_VERSION = "4.1.0";
59+
String MINIMUM_VV_VERSION = "4.1.1";
6060
String IMPL_VERSION = "$IMPL_VERSION";
6161

6262
/**

0 commit comments

Comments
 (0)