From 6e0013457271d857719d80c556194bd84dac0f53 Mon Sep 17 00:00:00 2001 From: Nathan Benson Date: Tue, 2 Jul 2024 06:54:37 -0600 Subject: [PATCH] Update to 1.0.4 --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b3c34cb..5faa781 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20+build.1 loader_version=0.14.21 # Mod Properties -mod_version=1.0.3 +mod_version=1.0.4 maven_group=com.fexl archives_base_name=forcecrawl diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b2eeff9..ea58082 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "forcecrawl", - "version": "1.0.3", + "version": "1.0.4", "name": "Force Crawl", "description": "Manually control when you crawl.",