diff --git a/build.gradle b/build.gradle index 1524dd1..6ee9958 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { apply plugin: "net.minecraftforge.gradle.forge" -version = "1.1.4" +version = "1.1.5" group = "com.five35.minecraft.ice" archivesBaseName = "Ice" diff --git a/update.json b/update.json index 7928004..9499945 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,10 @@ { "homepage": "https://github.com/benblank/Ice/releases", "promos": { - "1.8.9-recommended": "1.1.4" + "1.8.9-recommended": "1.1.5" }, "1.8.9": { + "1.1.5": "* fix death markers being destroyed by water and lava\n* made death markers slightly easier to find when you suffocate", "1.1.4": "* added support for CosmeticArmorReworked", "1.1.3": "* death markers no longer suffocate anything", "1.1.2": "* fixed the auto-updater (sorry about that)\n* greatly improved the handling of leftover items when recovering a death marker\n* fixed a couple of other bugs",