Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormwind99 committed Aug 14, 2018
1 parent a655c67 commit cbc6d05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod_id="composter"
mc_mappings="snapshot_20180807"
forge_version="14.23.4.2747"
mc_version="1.12.2"
version="1.9.0"
version="1.9.1"

/// For @Mod, etc.
dependencies="required-after:wumpleutil@[2.11,);after:waila;after:hwyla;after:theoneprobe;after:foodfunk"
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
// http://www.gradle.org/docs/current/userguide/dependency_management.html

deobfCompile "com.wumple.wumpleutil:wumpleutil:2.11.12"
deobfCompile "com.wumple.wumpleutil:wumpleutil:2.11.20"

deobfCompile "mcp.mobius.waila:Hwyla:1.8.26-B41_1.12.2:api"
deobfCompile "mcjty.theoneprobe:TheOneProbe-1.12:1.12-1.4.23-16:api"
Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"homepage": "https://github.com/Stormwind99/CannyComposter",
"promos": {
"1.12.2-latest": "1.9.0",
"1.12.2-recommended": "1.9.0"
"1.12.2-latest": "1.9.1",
"1.12.2-recommended": "1.9.1"
},
"1.12.2": {
"1.9.1": "Library update",
"1.9.0": "Basic support for Waila, Hwyla, and TheOneProbe.\nDebug screen support.\nFix for #16 Compost progress bar rarely goes over right side of GUI.",
"1.8.7": "Make mod name more unique - Canny Composter",
"1.8.6": "Another crash fix for CompostBinCap.getItemInSlot abstract",
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Automated build number increase
#Sat Aug 11 23:11:10 CDT 2018
BUILD_NUMBER=113
#Tue Aug 14 16:42:39 CDT 2018
BUILD_NUMBER=116

0 comments on commit cbc6d05

Please sign in to comment.