From 76cfb4e111e5eafba94316941218eedc74efba7c Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sun, 25 Aug 2024 22:14:24 -0700 Subject: [PATCH] v3.11.0 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87e68eeea..4abdb2277 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 94ae9ee1f..afad81866 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0-SNAPSHOT +3.11.0