From 92878f9e600d3331a4ffd15efe5615b9393ecc59 Mon Sep 17 00:00:00 2001 From: Gianlu Date: Mon, 6 Jul 2020 12:02:33 +0200 Subject: [PATCH] Release 3.2.1 (100) --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd027fc4..a324b125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.1] - 06-07-2020 +### Added +- Added ability to recover Cardcast decks + + ## [3.2.0] - 04-07-2020 ### Added - Added custom decks functionality (on supporting servers) diff --git a/app/build.gradle b/app/build.gradle index 25286c65..ea7590c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 29 - versionCode 99 - versionName "3.2.0" + versionCode 100 + versionName "3.2.1" } if (isTravis) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index df9fcbaa..71d8e25e 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,3 +1,4 @@ ### Added - Added custom decks functionality (on supporting servers) +- Added ability to recover Cardcast decks - Added legend in server dialogs \ No newline at end of file