diff --git a/README.md b/README.md index 87e68eee..4abdb227 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.10.1" + id("com.github.triplet.play") version "3.11.0" } ``` @@ -139,7 +139,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.10.1' + id 'com.github.triplet.play' version '3.11.0' } ``` diff --git a/version.txt b/version.txt index 94ae9ee1..afad8186 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0-SNAPSHOT +3.11.0