mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-06 19:18:25 +01:00
[ci skip] Require release version in sub modules
This commit is contained in:
parent
d0a5d03a6b
commit
30261ab54c
@ -38,7 +38,7 @@
|
||||
"license": "GPL-v3",
|
||||
"environment": "client",
|
||||
"depends": {
|
||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
||||
"viafabricplus": ">=4.0.0"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
|
@ -38,7 +38,7 @@
|
||||
"license": "GPL-v3",
|
||||
"environment": "client",
|
||||
"depends": {
|
||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
||||
"viafabricplus": ">=4.0.0"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
|
@ -4,7 +4,7 @@ org.gradle.parallel=true
|
||||
|
||||
# Project Details
|
||||
maven_group=com.viaversion
|
||||
maven_version=4.0.0
|
||||
maven_version=4.0.1-SNAPSHOT
|
||||
maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay
|
||||
|
||||
# Minecraft/Fabric
|
||||
|
@ -47,7 +47,7 @@
|
||||
],
|
||||
"accessWidener": "viafabricplus-visuals.accesswidener",
|
||||
"depends": {
|
||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
||||
"viafabricplus": ">=4.0.0"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
|
Loading…
Reference in New Issue
Block a user