Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
way2muchnoise committed Feb 16, 2016
1 parent 606f1ee commit cfb220c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ repositories {
name = "thaumcraft"
url = "https://dl.dropboxusercontent.com/u/47135879/"
layout "pattern", {
artifact "[module]-${version_minecraft}-[revision]-deobf.[ext]"
artifact "[module]-${version_minecraft}-[revision].[ext]"
}
}
}

dependencies {
deobfCompile "mezz.jei:jei_${version_minecraft}:${version_jei}"
deobfCompile name: 'thaumcraft', version: "${version_thaumcraft}", ext: 'jar'
deobfCompile name: 'baubles', version: "${version_baubles}", ext: 'jar'
compile fileTree(dir: 'lib', include: '*.jar')
}

Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version_forge=11.15.1.1722
version_minecraft=1.8.9
version_major=0
version_minor=3
version_revis=3
version_revis=4
version_mappings=snapshot_20160101
version_jei=2.25+
version_thaumcraft=5.1.6
version_jei=2.26+
version_thaumcraft=5.1.6
version_baubles=1.1.3.0

0 comments on commit cfb220c

Please sign in to comment.