Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwtema committed May 21, 2017
1 parent 798ce1c commit 50012c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -11,9 +11,9 @@ 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.rwtema.denseores" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "denseores-1.11-alpha"
archivesBaseName = "denseores-1.11"

sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly.
compileJava {
Expand Down

0 comments on commit 50012c9

Please sign in to comment.