Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 14, 2024
1 parent c0f975c commit 62c746f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.4-SNAPSHOT"
compileOnly "com.viaversion:viabackwards-common:5.0.4-SNAPSHOT"
compileOnly "com.viaversion:viaversion-common:5.0.4"
compileOnly "com.viaversion:viabackwards-common:5.0.4"
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.parallel=true
org.gradle.configureondemand=true

maven_group=net.raphimc
maven_version=3.0.2-SNAPSHOT
maven_version=3.0.2
maven_description=ViaVersion addon to add support for some notable Minecraft snapshots

# Smile emoji
Expand Down

0 comments on commit 62c746f

Please sign in to comment.