Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 1, 2025
1 parent 910d833 commit 73abfef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/groovy/vaf.base-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ base {
}

dependencies {
compileOnly "com.viaversion:viaversion-common:5.2.0"
compileOnly "com.viaversion:viabackwards-common:5.2.0"
compileOnly "com.viaversion:viaversion-common:5.2.1"
compileOnly "com.viaversion:viabackwards-common:5.2.1"
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.parallel=true
org.gradle.configureondemand=true

maven_group=com.viaversion
maven_version=4.0.0-SNAPSHOT
maven_version=4.0.0
maven_description=ViaVersion addon to add support for some notable Minecraft snapshots

# Smile emoji
mcVersions=1.21.4,1.21.3, 1.21.2, 1.21.1, 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
mcVersionRange=1.8-1.21.3
mcVersionRange=1.8-1.21.4
velocityVersion=3.3

0 comments on commit 73abfef

Please sign in to comment.