Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Vlasenko committed Jan 28, 2014
1 parent 631fa49 commit 9bcf683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'signing'
group = 'com.sysgears.grain'
version = '0.5.2-SNAPSHOT'
version = '0.5.2'
defaultTasks 'build'

def mainClassName = 'com.sysgears.grain.Main'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grain.version=0.5.0
grain.version=0.5.2

0 comments on commit 9bcf683

Please sign in to comment.