From 38157d5a4d551ddb225a35daa7b59305ab273d57 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sun, 16 Jun 2024 21:58:48 -0700 Subject: [PATCH] v3.10.0 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ddaa6661..e39423dba 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.9.1" + id("com.github.triplet.play") version "3.10.0" } ``` @@ -135,7 +135,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '3.9.1' + id 'com.github.triplet.play' version '3.10.0' } ``` diff --git a/version.txt b/version.txt index 94ae9ee1f..30291cba2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.0-SNAPSHOT +3.10.0