Skip to content

Commit

Permalink
Update version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foo4u committed Jun 10, 2015
1 parent 3c80d55 commit 471345f
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 @@ -29,7 +29,7 @@ buildscript {

group = 'com.smartling.keycloak.extras'
description = 'Smartling Keycloak Extras'
version = '0.3.0' + (project.hasProperty('release') && project.ext.release ? '-RELEASE' : '-SNAPSHOT')
version = '0.3.1' + (project.hasProperty('release') && project.ext.release ? '-RELEASE' : '-SNAPSHOT')

ext {
springVersion = '3.2.6.RELEASE'
Expand Down

0 comments on commit 471345f

Please sign in to comment.