From 281ddbcebec76d292ea97615cab4534254873fa5 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Mon, 11 Nov 2024 21:25:28 -0500 Subject: [PATCH] v3.12.0 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d80594d0..90aca85e 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.11.0" + id("com.github.triplet.play") version "3.12.0" } ``` @@ -139,7 +139,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.11.0' + id 'com.github.triplet.play' version '3.12.0' } ``` diff --git a/version.txt b/version.txt index afad8186..92536a9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.11.0 +3.12.0