diff --git a/README.md b/README.md index 90aca85e..a8416c57 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.12.0" + id("com.github.triplet.play") version "3.12.1" } ``` @@ -139,7 +139,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.12.0' + id 'com.github.triplet.play' version '3.12.1' } ``` diff --git a/version.txt b/version.txt index 92536a9e..171a6a93 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.12.0 +3.12.1