Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Also update IC2 version, not that it should make a difference for how it's being used
  • Loading branch information
Chocohead committed Feb 9, 2019
1 parent 88f302a commit 0583073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
}

version = "2.3.0"
version = "2.4.0"
group = "com.chocohead.eumj"
archivesBaseName = "EU-MJ Engine"

Expand All @@ -44,7 +44,7 @@ minecraft {
}

dependencies {
deobfCompile "net.industrial-craft:industrialcraft-2:2.8.82-ex112:dev"
deobfCompile "net.industrial-craft:industrialcraft-2:2.8.111-ex112:dev"
deobfCompile "com.mod-buildcraft:buildcraft-main:7.99.21"
//provided fileTree(dir: 'lib', include: '*.jar')
}
Expand Down

0 comments on commit 0583073

Please sign in to comment.