mirror of
https://github.com/CompeyDev/elytra-lock-fabric.git
synced 2024-12-12 12:50:42 +00:00
chore(release): elytra-lock v0.1.0+1.20.4
This commit is contained in:
parent
528e04e760
commit
4ea6e94920
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'maven-publish'
|
||||
}
|
||||
|
||||
version = "${project.mod_version}+${project.minecraft_version}"
|
||||
version = "v${project.mod_version}+${project.minecraft_version}"
|
||||
group = project.maven_group
|
||||
|
||||
base {
|
||||
|
@ -84,7 +84,7 @@ modrinth {
|
|||
token = System.getenv("MODRINTH_TOKEN")
|
||||
projectId = "elytralock"
|
||||
versionType = "release"
|
||||
debugMode = true
|
||||
debugMode = false
|
||||
uploadFile = remapJar
|
||||
loaders = ["fabric", "quilt"]
|
||||
syncBodyFrom = rootProject.file("README.md").text
|
||||
|
|
Loading…
Reference in a new issue