Skip to content

Commit

Permalink
Update version string to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed May 5, 2016
1 parent ffd70e0 commit 4aa945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'com.jfrog.artifactory'

defaultTasks 'clean', 'publishToMavenLocal'

version '1.1-SNAPSHOT'
version '1.1.0'

String[] roots = ["${project.projectDir}/src/main/groovy"]
def versions = new GroovyScriptEngine(roots).loadScriptByName('org/tangram/gradle/plugin/TangramVersions.groovy').newInstance()
Expand Down

0 comments on commit 4aa945c

Please sign in to comment.