Skip to content

Commit

Permalink
Prepare 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Dec 13, 2019
1 parent 3157fcd commit cf0153c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions 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.5.2"
id("org.nosphere.apache.rat") version "0.5.3"
}
```

Expand Down Expand Up @@ -113,9 +113,10 @@ The plugin requires Java 6 or greater, tested with up to Java 10 using Gradle 4.
### Plugin compatibility history

Plugin version | Minimum | Maximum Gradle version
0.5.2 | 4.7 | 5.x
0.5.1 | 4.7 | 5.x
0.5.0 | 4.7 | 5.x
0.5.3 | 4.7 | 6.x
0.5.2 | 4.7 | 6.x
0.5.1 | 4.7 | 6.x
0.5.0 | 4.7 | 6.x
0.4.0 | 4.7 | 5.x
0.3.1 | 2.14 | 4.x
0.3.0 | 2.14 | 4.x
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
}

group = "org.nosphere.apache"
version = "0.6.0-SNAPSHOT"
version = "0.5.3"

val isCI = System.getenv("CI") == "true"

Expand Down

0 comments on commit cf0153c

Please sign in to comment.