Skip to content

Commit

Permalink
Update plugin version to 2.8.1 in readme (#332)
Browse files Browse the repository at this point in the history
- configuration example only works for current version
  • Loading branch information
WtfJoke committed May 18, 2020
1 parent ff0a6d3 commit a3884b0
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 @@ -38,7 +38,7 @@ buildscript {
}
}
dependencies {
classpath 'net.researchgate:gradle-release:2.6.0'
classpath 'net.researchgate:gradle-release:2.8.1'
}
}
Expand All @@ -49,7 +49,7 @@ apply plugin: 'net.researchgate.release'

```groovy
plugins {
id 'net.researchgate.release' version '2.6.0'
id 'net.researchgate.release' version '2.8.1'
}
```

Expand Down

0 comments on commit a3884b0

Please sign in to comment.