Skip to content

Commit ff4d440

Browse files
committed
Release 3.0.1
1 parent 0923ac7 commit ff4d440

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-logic/src/main/groovy/vaf.base-conventions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ base {
2222
}
2323

2424
dependencies {
25-
compileOnly "com.viaversion:viaversion-common:5.0.2-SNAPSHOT"
26-
compileOnly "com.viaversion:viabackwards-common:5.0.2-SNAPSHOT"
25+
compileOnly "com.viaversion:viaversion-common:5.0.2"
26+
compileOnly "com.viaversion:viabackwards-common:5.0.2"
2727
}
2828

2929
publishing {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ org.gradle.parallel=true
33
org.gradle.configureondemand=true
44

55
maven_group=net.raphimc
6-
maven_version=3.0.1-SNAPSHOT
6+
maven_version=3.0.1
77
maven_description=ViaVersion addon to add support for some notable Minecraft snapshots
88

99
# Smile emoji
1010
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, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8
1111
mcVersionRange=1.8-1.21
12-
velocityVersion=3.3
12+
velocityVersion=3.3

0 commit comments

Comments
 (0)