diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f7511..e2ba458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +**1.0.1** +* New Icon + **1.0.0** * Initial Release \ No newline at end of file diff --git a/README.md b/README.md index cec23cc..fee1d71 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ version = "${project.mod_version}+${project.minecraft_version}" [View Changelog](CHANGELOG.md) ## Credits -The icon is a recolored version of ModMenu's icon. \ No newline at end of file +The icon was created by ``ProspectorDev``. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 5b019d3..7030abe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.jvmargs = -Xmx1G fabric_loader_version = 0.8.8+build.202 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = com.thebrokenrail # Dependencies diff --git a/src/main/resources/assets/modupdater/icon.png b/src/main/resources/assets/modupdater/icon.png index a26285b..5776c73 100644 Binary files a/src/main/resources/assets/modupdater/icon.png and b/src/main/resources/assets/modupdater/icon.png differ