Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Completes the update to BuildCraft 7.99.22
  • Loading branch information
Chocohead committed Feb 27, 2019
1 parent e4b8578 commit 65e8297
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 @@ -21,7 +21,7 @@ repositories {
}
}

version = "1.0"
version = "1.1"
group = "com.chocohead.spipes"
archivesBaseName = "Stubborn Pipes"

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

dependencies {
deobfCompile "com.mod-buildcraft:buildcraft:7.99.17"
deobfCompile "com.mod-buildcraft:buildcraft-main:7.99.22"
//provided fileTree(dir: 'lib', include: '*.jar')
}

Expand Down

0 comments on commit 65e8297

Please sign in to comment.