Skip to content

Commit

Permalink
Fixed update.json again
Browse files Browse the repository at this point in the history
Fixed release numbers and undid overwritten .jar
Remembered what releases already exist
  • Loading branch information
Maxwell-lt committed Nov 7, 2017
1 parent b8e4a64 commit dcb735c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext.modid = "titlechanger"
ext.modname = "Title Changer"
ext.moddescription = "Changes the Minecraft window title."
ext.modauthors = "maxwell-lt"
ext.modversion = "1.1.2"
ext.modversion = "1.1.3"
ext.modpackage = "maxwell_lt.titlechanger"
ext.modarchive = "titlechanger"

Expand Down Expand Up @@ -92,4 +92,4 @@ processResources {
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
}
}
Binary file modified releases/titlechanger-1.1.2.jar
Binary file not shown.
Binary file added releases/titlechanger-1.1.3.jar
Binary file not shown.
14 changes: 8 additions & 6 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"homepage": "https://github.com/Maxwell-lt/TitleChanger/",
"1.10.2": {
"1.1.2": "Update to 1.12.2",
"1.1.3": "Update to 1.12.2",
"1.1.2": "Fix update checker",
"1.1.1": "Only refresh the title bar every tick if %time% is in the title string",
"1.1.0": "Added runtime replacements",
"1.0": "First version"
},
"1.11.2": {
"1.1.2": "Update to 1.12.2",
"1.1.3": "Update to 1.12.2",
"1.1.2": "Fix update checker",
"1.1.1": "Only refresh the title bar every tick if %time% is in the title string",
"1.1.0": "Added runtime replacements",
"1.0": "First version"
},
"1.12.2": {
"1.1.2": "Update to 1.12.2"
"1.1.3": "Update to 1.12.2"
},
"promos": {
"1.10.2-latest": "1.1.2",
"1.11.2-latest": "1.1.2",
"1.12.2-latest": "1.1.2"
"1.10.2-latest": "1.1.3",
"1.11.2-latest": "1.1.3",
"1.12.2-latest": "1.1.3"
}
}

0 comments on commit dcb735c

Please sign in to comment.