mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-22 21:42:44 +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",
|
"license": "GPL-v3",
|
||||||
"environment": "client",
|
"environment": "client",
|
||||||
"depends": {
|
"depends": {
|
||||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
"viafabricplus": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
"license": "GPL-v3",
|
"license": "GPL-v3",
|
||||||
"environment": "client",
|
"environment": "client",
|
||||||
"depends": {
|
"depends": {
|
||||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
"viafabricplus": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
|
@ -4,7 +4,7 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Project Details
|
# Project Details
|
||||||
maven_group=com.viaversion
|
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
|
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
|
# Minecraft/Fabric
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
],
|
],
|
||||||
"accessWidener": "viafabricplus-visuals.accesswidener",
|
"accessWidener": "viafabricplus-visuals.accesswidener",
|
||||||
"depends": {
|
"depends": {
|
||||||
"viafabricplus": ">=4.0.0-SNAPSHOT"
|
"viafabricplus": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
|
Loading…
Reference in New Issue
Block a user