Skip to content

Commit

Permalink
ver 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iesika committed Feb 13, 2018
1 parent 810d0e8 commit 7a26c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.

version = "1.0.1"
version = "1.0.2"
group= "com.iesika.aem"
archivesBaseName = "AdditionalEntityMode"

Expand Down Expand Up @@ -40,7 +40,7 @@ processResources{
include 'mcmod.info'
expand 'version':project.version, 'mcversion':project.minecraft.version
}

from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
//@VERSION@
Expand Down

0 comments on commit 7a26c84

Please sign in to comment.