Skip to content

Commit

Permalink
prepare for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger committed Apr 23, 2015
1 parent dabbbbf commit 356286e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ buildscript {
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.9'
// classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5' // uncomment if you're using Gradle 1.x
}
}
```
The current version is known to work with Gradle versions up to 2.3.
The current version is known to work with Gradle versions up to 2.4-rc-1.

## Tasks

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'nexus'
apply plugin: 'codenarc'

group = 'com.github.ben-manes'
version = '0.9-SNAPSHOT'
version = '0.9'

sourceCompatibility = '1.6'

Expand Down

0 comments on commit 356286e

Please sign in to comment.