Update publish plugin
This commit is contained in:
parent
57f3eeae6c
commit
c31a400725
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ plugins {
|
|||
id 'maven-publish'
|
||||
id 'com.diffplug.spotless' version '6.19.0'
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'me.modmuss50.mod-publish-plugin' version '0.0.1'
|
||||
id 'me.modmuss50.mod-publish-plugin' version '0.0.3'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
|
|||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
# Mod properties
|
||||
mod_version=5.8.4
|
||||
mod_version=5.8.5
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
|
|
Loading…
Reference in a new issue