Skip to content

Commit

Permalink
Merge branch 'seanw/release-v8.0.6'
Browse files Browse the repository at this point in the history
Merge in `release-v8.0.6` to prep for release.
  • Loading branch information
swells committed Aug 13, 2016
2 parents a258da3 + 76ff4b0 commit 48fede5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

jar {
baseName = 'jDeployR'
version = '8.0.5'
version = '8.0.6'
}

javadoc {
Expand Down
2 changes: 1 addition & 1 deletion examples/awt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

jar {
baseName = 'deployr-example'
version = '8.0.0'
version = '8.0.6'
}

task wrapper(type: Wrapper) {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

jar {
baseName = 'client-tutorial'
version = '8.0.5'
version = '8.0.6'
}

task execute(type: JavaExec) {
Expand Down

0 comments on commit 48fede5

Please sign in to comment.