Skip to content

Commit

Permalink
Prepare for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Jun 6, 2020
1 parent a42aeaf commit 5aafbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In your `build.gradle(.kts)` file:

```kotlin
plugins {
id("org.nosphere.apache.rat") version "0.6.0"
id("org.nosphere.apache.rat") version "0.7.0"
}
```

Expand Down Expand Up @@ -117,6 +117,7 @@ Execution failed for task ':rat'.

| Plugin | Min Java | Min Gradle | Max Gradle
| --- | --- | --- | ---
| `0.7.0` | `1.8` | `6.0` | `6.x`
| `0.6.0` | `1.6` | `4.7` | `6.x`
| `0.5.3` | `1.6` | `4.7` | `6.x`
| `0.5.2` | `1.6` | `4.7` | `6.x`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
}

group = "org.nosphere.apache"
version = "0.7.0-SNAPSHOT"
version = "0.7.0"

pluginBundle {
website = "https://github.com/eskatos/creadur-rat-gradle"
Expand Down

0 comments on commit 5aafbb8

Please sign in to comment.