aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/META-INF/mods.toml7
3 files changed, 4 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a1be41..988daca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+### 1.0.48
+- Removed explicit Configured version requirement.
+
### 1.0.47
- Added support for Configured 2.0.0.
diff --git a/gradle.properties b/gradle.properties
index 99bfe24..54a8fa4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,6 +6,6 @@ org.gradle.daemon=false
name=${rootProject.name}
group=com.anthonyhilyard.${name.toLowerCase()}
author=anthonyhilyard
-version=1.0.47
+version=1.0.48
mcVersion=1.19.2
forgeVersion=43.1.27 \ 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 c66526e..9a2bd13 100644
--- a/src/main/resources/META-INF/mods.toml
+++ b/src/main/resources/META-INF/mods.toml
@@ -26,13 +26,6 @@ description="A library containing events, helpers, and utilities to make modding
ordering="NONE"
side="BOTH"
-[[dependencies.iceberg]]
- modId="configured"
- mandatory=false
- versionRange="[2.0.0,)"
- ordering="NONE"
- side="BOTH"
-
[modproperties.iceberg]
configuredProviders=[
"com.anthonyhilyard.iceberg.compat.configured.IcebergConfigProvider"