Skip to content

Commit

Permalink
Build 60
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jun 12, 2017
1 parent 193053c commit 15eeef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def mainVersion = "0.10"
def buildNumber = "58"
def buildNumber = "60"

// For those who want the bleeding edge
buildscript {
Expand All @@ -22,7 +22,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "${mainVersion}-${buildNumber}" + getBuildNumber();
version = "${mainVersion}-${buildNumber}" + getBuildNumber()
group= "blusunrize"
archivesBaseName = "ImmersiveEngineering"

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#####Version 0.10-60
#####Version 0.10-60 - BUILT
- added Forestry's fertilizer to the Garden Cloche
- changed recipe-output on coal- and blastbrick, reducing earlygame resource costs
- changed balance on Drills:
Expand Down

0 comments on commit 15eeef1

Please sign in to comment.