Skip to content

Commit

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

0 comments on commit 5ffb336

Please sign in to comment.