Skip to content

Commit

Permalink
Up to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yates committed Aug 27, 2013
1 parent b93044d commit 5d5de36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Obviously requires at least Groovy 2.0.5 (so that the extension system exists)

Usage:

@Grab( 'com.bloidonia:groovy-common-extensions:0.4.1' )
@Grab( 'com.bloidonia:groovy-common-extensions:0.5.1' )

and the following methods will be available to you:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'
sourceCompatibility=1.6
targetCompatibility=1.6

version = '0.5'
version = '0.5.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 5d5de36

Please sign in to comment.