From 8eb0b32e5c806ebb4a001dc285784bfbd22efef5 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Thu, 2 Feb 2023 14:17:43 -0800 Subject: [PATCH] v3.8.1 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f57dc65f9..fef6c56b6 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.0" + id("com.github.triplet.play") version "3.8.1" } ``` @@ -136,7 +136,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.8.0' + id 'com.github.triplet.play' version '3.8.1' } ``` diff --git a/version.txt b/version.txt index 94ae9ee1f..f28071967 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0-SNAPSHOT +3.8.1