diff --git a/CHANGELOG.md b/CHANGELOG.md index 41777d9..66c83bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1 @@ -- Functionality to notify the user if we suspect the mod has been downloaded from a repost site such as 9minecraft. See the [docs](https://docs.jamalam.tech/jamlib/mod-reposts/). -- `@HiddenInGui` annotation to hide config entries in auto-generated GUIs. See the [docs](https://docs.jamalam.tech/jamlib/config/). -- Fix a few nullability issues in the config system. These were not known to cause any issues, but better to be safe than sorry. +- Update icon. diff --git a/gradle.properties b/gradle.properties index 58a2a1d..7cf7e19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false org.gradle.parallel=true -version=1.0.4+1.20.4 +version=1.0.5+1.20.4 minecraft_version=1.20.4 branch=main group=io.github.jamalam360