From 19dc9a6e712f3a839b59b90cee8697f15de0df70 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Thu, 16 Nov 2023 15:12:05 -0800 Subject: [PATCH] v3.8.6 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85db8746..333d2d81 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.8.5" + id("com.github.triplet.play") version "3.8.6" } ``` @@ -136,7 +136,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.8.5' + id 'com.github.triplet.play' version '3.8.6' } ``` diff --git a/version.txt b/version.txt index 0cbfaed0..2e14a955 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.8.5 +3.8.6