Skip to content

Commit

Permalink
prepare for 1.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benblank committed Feb 21, 2016
1 parent 81fdb1e commit d536081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

apply plugin: "net.minecraftforge.gradle.forge"

version = "1.1.3"
version = "1.1.4"
group = "com.five35.minecraft.ice"
archivesBaseName = "Ice"

Expand Down
3 changes: 2 additions & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"homepage": "https://github.com/benblank/Ice/releases",
"promos": {
"1.8.9-recommended": "1.1.3"
"1.8.9-recommended": "1.1.4"
},
"1.8.9": {
"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",
"1.1.1": "* now handles void deaths\n* markers now appear closer to the actual block where you died",
Expand Down

0 comments on commit d536081

Please sign in to comment.