Skip to content

Commit

Permalink
Prepare 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Aug 19, 2019
1 parent 83278cd commit c8857fa
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.5.1"
id("org.nosphere.apache.rat") version "0.5.2"
}
```

Expand Down Expand Up @@ -113,6 +113,7 @@ 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.4.0 | 4.7 | 5.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.2"

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

Expand Down

0 comments on commit c8857fa

Please sign in to comment.