Skip to content

Commit

Permalink
Add MC version number to builds. Will switch to getting the version d…
Browse files Browse the repository at this point in the history
…ynamically, someday.
  • Loading branch information
gigaherz committed Apr 22, 2016
1 parent 820bac0 commit 0b0db2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'

version = "0.10.1"
group= "gigaherz.enderRift"
archivesBaseName = "EnderRift"
archivesBaseName = "EnderRift-1.8.9"

minecraft {
version = "1.8.9-11.15.1.1855"
Expand Down

0 comments on commit 0b0db2b

Please sign in to comment.