Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Sep 10, 2019
1 parent faa3d0e commit 895c7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "2.4.0"
id("com.github.triplet.play") version "2.4.1"
}
```

Expand All @@ -121,7 +121,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '2.4.0'
id 'com.github.triplet.play' version '2.4.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks.named("test") {
}

group = "com.github.triplet.gradle"
version = "2.5.0-SNAPSHOT"
version = "2.4.1"

gradlePlugin {
plugins.create("play") {
Expand Down

0 comments on commit 895c7dc

Please sign in to comment.