From fe56095e50651e5cf5f2b99da03fda99d0c7eb56 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Fri, 21 Jun 2024 09:27:22 -0700 Subject: [PATCH] v3.10.1 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e39423db..956c5b1d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "3.10.0" + id("com.github.triplet.play") version "3.10.1" } ``` @@ -135,7 +135,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.10.0' + id 'com.github.triplet.play' version '3.10.1' } ``` diff --git a/version.txt b/version.txt index 30291cba..f870be23 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.10.0 +3.10.1