From f046330ddf5ec5c68ace08d0e70fde5d37ff87f2 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Fri, 9 Feb 2024 09:55:18 -0800 Subject: [PATCH] v3.9.0 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 333d2d813..a18e5c191 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.6" + id("com.github.triplet.play") version "3.9.0" } ``` @@ -136,7 +136,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.8.6' + id 'com.github.triplet.play' version '3.9.0' } ``` diff --git a/version.txt b/version.txt index 94ae9ee1f..a5c4c7633 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0-SNAPSHOT +3.9.0