diff --git a/README.md b/README.md index f731fef..2009df9 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,5 @@ Helpful overlays for the Giant's Foundry minigame * Added info panel configs - [Vanillj](https://github.com/Vanillj "Vanillj's github") * Added config - * Added notifications for heat/stage changes \ No newline at end of file + * Added notifications for heat/stage changes + * Added config for actions/heat left for notifications \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9beaa39..e5a5b45 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { } group = 'com.toofifty' -version = '1.0.4' +version = '1.0.5' sourceCompatibility = '1.8' tasks.withType(JavaCompile) {