Skip to content

Commit

Permalink
prepare for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benblank committed Feb 20, 2016
1 parent a38635c commit 8604618
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.1"
version = "1.1.2"
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.1"
"1.8.9-recommended": "1.1.2"
},
"1.8.9": {
"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",
"1.1": "* added Forge updater support\n* improved API",
"1.0": "Initial release! Woo!"
Expand Down

0 comments on commit 8604618

Please sign in to comment.