Skip to content

Commit

Permalink
Update to the latest version of FML and bump version number for PR
Browse files Browse the repository at this point in the history
Removed versions.json because we load it from the 1.9.4 branch
  • Loading branch information
GiantTreeLP committed Jul 13, 2016
1 parent 6ca7077 commit bf10a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ compileJava {
targetCompatibility = 1.8
}

version = "1.10.2-0.4.0"
version = "1.10.2-0.4.1"
group = "gtlp.prettyniceores" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "prettyniceores"

minecraft {
version = "1.10.2-12.18.0.2007-1.10.0"
version = "1.10.2-12.18.1.2013"
runDir = "run"

// the mappings can be changed at any time, and must be in the following format.
Expand Down Expand Up @@ -110,4 +110,4 @@ minecraft {
replaceIn "Constants.java"
replace "\${version}", project.version
replace "\${mcversion}", project.minecraft.version
}
}
9 changes: 0 additions & 9 deletions versions.json

This file was deleted.

0 comments on commit bf10a36

Please sign in to comment.