Update libzontreck dependency, new semver
This commit is contained in:
parent
e1aef809e7
commit
5e137b9eed
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
libzontreck=1.10.021424.1759
|
||||
libzontreck=1201.11.021624.1504
|
||||
|
||||
## Environment Properties
|
||||
|
||||
|
@ -47,7 +47,7 @@ mod_name=Fire! Fire!
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.0.021324.2331
|
||||
mod_version=1201.0.021624.1515
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
@ -66,7 +66,7 @@ side="BOTH"
|
|||
[[dependencies.${mod_id}]]
|
||||
modId="libzontreck"
|
||||
mandatory=true
|
||||
versionRange="[1.10,1.11)"
|
||||
versionRange="[1201.11,1201.12)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
|
|
Reference in a new issue