Skip to content

Commit 9fed88c

Browse files
committed
5.0.2 Release
1 parent 2df954d commit 9fed88c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
public interface ViaBackwardsPlatform {
7171

72-
String MINIMUM_VV_VERSION = "5.0.1";
72+
String MINIMUM_VV_VERSION = "5.0.2";
7373

7474
/**
7575
* Initialize ViaBackwards.

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
projectVersion=5.0.2-SNAPSHOT
1+
projectVersion=5.0.2
22

33
# Smile emoji
44
mcVersions=1.21,1.20.6,1.20.5,1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10
55
mcVersionRange=1.10-1.21
6-
waterfallVersion=1.20
76
velocityVersion=3.3

0 commit comments

Comments
 (0)