From 545d7b206d04319838c87e97504ac03a35488c19 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Wed, 9 Sep 2020 05:21:21 +0000 Subject: [PATCH] v3.0.0 --- README.md | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25b5a7f74..9fe82d76e 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ through the `plugins {}` DSL: ```kt plugins { id("com.android.application") - id("com.github.triplet.play") version "2.8.0" + id("com.github.triplet.play") version "3.0.0" } ``` @@ -133,7 +133,7 @@ plugins { ```groovy plugins { id 'com.android.application' - id 'com.github.triplet.play' version '2.8.0' + id 'com.github.triplet.play' version '3.0.0' } ``` diff --git a/version.txt b/version.txt index a86a66311..4a36342fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0-SNAPSHOT +3.0.0