From c46616c5b76ea6d4afcd83656bfdc13359a52736 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Thu, 14 Nov 2024 20:40:27 -0500 Subject: [PATCH] v3.12.1 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90aca85e..a8416c57 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.12.0" + id("com.github.triplet.play") version "3.12.1" } ``` @@ -139,7 +139,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.12.0' + id 'com.github.triplet.play' version '3.12.1' } ``` diff --git a/version.txt b/version.txt index 92536a9e..171a6a93 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.12.0 +3.12.1