Skip to content

Commit

Permalink
Build with Aurora 6.1 for enhanced ArtifactInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jun 9, 2016
1 parent 9611fec commit 7b5de8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
dependencies {
classpath 'info.gianlucacosta.moonlicense:moonlicense-gradle:4.3'
classpath 'info.gianlucacosta.moondeploy:moondeploy-gradle:3.4'
classpath 'info.gianlucacosta.aurora:aurora:6.0'
classpath 'info.gianlucacosta.aurora:aurora:6.1'
}
}

Expand All @@ -44,7 +44,7 @@ apply plugin: 'info.gianlucacosta.aurora'

group 'info.gianlucacosta.chronos'
archivesBaseName = 'chronos-ide'
version '3.0'
version '3.1'

description = "Integrated development environment for the Chronos programming language"

Expand Down Expand Up @@ -91,4 +91,4 @@ aurora {
build = 0
update = 91
}
}
}

0 comments on commit 7b5de8f

Please sign in to comment.