From fee165a79beee3a606308c64fd14d291640bcb1e Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Mon, 11 Mar 2024 16:52:59 -0700 Subject: [PATCH] v3.9.1 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 430fa65e..9f5df3e9 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.9.0" + id("com.github.triplet.play") version "3.9.1" } ``` @@ -134,7 +134,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.9.0' + id 'com.github.triplet.play' version '3.9.1' } ``` diff --git a/version.txt b/version.txt index a5c4c763..6bd10744 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.9.0 +3.9.1