From b616eeeeb292006470e337dcf8d22ad240da3e1c Mon Sep 17 00:00:00 2001 From: Tara Date: Sat, 7 Jan 2023 21:56:01 -0700 Subject: [PATCH] WMD 1124 --- gradle.properties | 4 ++-- src/main/resources/META-INF/mods.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 30b7680..aab9bba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ org.gradle.daemon=false mc_version=1.19.2 forge_version=43.2.3 -myversion=1.1.2.3 -libz_version=1.0.2.3 \ No newline at end of file +myversion=1.1.2.4 +libz_version=1.0.2.4 \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index aecbdb7..3443fd0 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId="watchmydurability" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it # ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata # see the associated build.gradle script for how to populate this completely automatically during a build -version="1.1.2.3" #mandatory +version="1.1.2.4" #mandatory # A display name for the mod displayName="Watch My Durability" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/