Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Dec 31, 2020
1 parent 9443153 commit a48e184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -123,7 +123,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "3.0.0"
id("com.github.triplet.play") version "3.1.0"
}
```

Expand All @@ -134,7 +134,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '3.0.0'
id 'com.github.triplet.play' version '3.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.1.0-SNAPSHOT
3.1.0

0 comments on commit a48e184

Please sign in to comment.