Skip to content

Commit

Permalink
Update build version to match version range
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Sep 12, 2024
1 parent d3b5ac2 commit 6ce8a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
id 'maven-publish'
}

version = project.mod_version
version = "fabric-1.21-${minecraft_version}-${project.mod_version}"
group = project.maven_group

base {
archivesName = project.archives_base_name+"-fabric-"+project.minecraft_version
archivesName = project.archives_base_name
}

repositories {
Expand Down

0 comments on commit 6ce8a56

Please sign in to comment.