diff --git a/README.md b/README.md index e39423db..956c5b1d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.10.0" + id("com.github.triplet.play") version "3.10.1" } ``` @@ -135,7 +135,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.10.0' + id 'com.github.triplet.play' version '3.10.1' } ``` diff --git a/version.txt b/version.txt index 30291cba..f870be23 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.10.0 +3.10.1