Skip to content

Commit

Permalink
prepare for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger committed Sep 16, 2014
1 parent 1d9783e commit e0dbd43
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 @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.5-beta-6'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.5'
// classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5' // uncomment if you're using Gradle 1.x
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'groovy'
apply plugin: 'nexus'

group = 'com.github.ben-manes'
version = '0.5-beta-6'
version = '0.5'

buildscript {
repositories {
Expand Down

0 comments on commit e0dbd43

Please sign in to comment.