From c2e680413809a07529341373ddb2f54084726208 Mon Sep 17 00:00:00 2001 From: Tara Date: Sat, 7 Jan 2023 18:14:52 -0700 Subject: [PATCH] update libzontreck version --- 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 f37e114..30b7680 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.2 -libz_version=1.0.2.2 \ No newline at end of file +myversion=1.1.2.3 +libz_version=1.0.2.3 \ 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 e29f5e4..aecbdb7 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.2" #mandatory +version="1.1.2.3" #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/