From 915e482dbeafe6d012f525c01e05bca81ad50db3 Mon Sep 17 00:00:00 2001 From: pietru Date: Fri, 12 Apr 2024 17:36:38 +0200 Subject: [PATCH] update minimal dependencies --- readme.md | 2 +- src/main/resources/quilt.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 578c3d8..4f0fcb8 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ Based on the example mod for the [Cosmic Quilt](https://codeberg.org/CRModders/c ## Mod requires - Cosmic Reach (0.1.20+) - Cosmic Quilt (1.2.6+) -- Flux API (0.5.5+) +- Flux API (0.5.7+)

diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 7af8b69..4be1323 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -39,7 +39,7 @@ }, { "id": "fluxapi", - "versions": ">=0.5.4" + "versions": ">=0.5.7" } ],