Fix version in fabric.mod.json

This commit is contained in:
DenaryDev 2022-12-13 18:20:34 +05:00
parent c5ef8a2eab
commit 724a55ba5a

View file

@ -30,7 +30,7 @@ dependencies {
processResources { processResources {
inputs.property 'version', version inputs.property 'version', version
filesMatching('quilt.mod.json') { filesMatching('fabric.mod.json') {
expand "version": version expand "version": version
} }
} }