Skip to content

Commit

Permalink
Updating to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouns committed Jan 3, 2017
1 parent e1b37ec commit 6b66a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
}
dependencies {
classpath 'gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.4.1'
classpath 'gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0'
}
}
Expand All @@ -29,7 +29,7 @@ apply plugin: 'com.github.jlouns.cpe'

```groovy
plugins {
id 'com.github.jlouns.cpe' version '0.4.1'
id 'com.github.jlouns.cpe' version '0.5.0'
}
```

Expand Down

0 comments on commit 6b66a15

Please sign in to comment.