Skip to content

Commit

Permalink
updated mgui
Browse files Browse the repository at this point in the history
mickelus committed Nov 12, 2019
1 parent a25393b commit 1513a4f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ dependencies {
// You may put jars on which you depend on in ./libs or you may define them like so..
// compile "some.group:artifact:version:classifier"
// compile "some.group:artifact:version"
compile fg.deobf('se.mickelus.mgui:mgui:1.0')
compile fg.deobf('se.mickelus.mgui:mgui:1.0.1')

// Real examples
// compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ Tetra revolves around modular items and attemps to blend it together with other
[[dependencies.tetra]]
modId="mgui"
mandatory=true
versionRange="[1.0]"
versionRange="[1.0.1]"
ordering="NONE"
side="BOTH"

0 comments on commit 1513a4f

Please sign in to comment.