From 6e134a9af51dd69b6456efe4437fe996fa5b3c03 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Wed, 23 Mar 2022 16:54:01 +0100 Subject: [PATCH] Release 5.1.3 (137) --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 5 ++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6481fd..2dd5ce60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [5.1.3] - 23-03-2022 +### Fixed +- Fixed CrCast integration + ## [5.1.2] - 07-01-2022 ### Added - Search players and games diff --git a/app/build.gradle b/app/build.gradle index 50e8fe8e..3e705c81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 31 - versionCode 136 - versionName "5.1.2" + versionCode 137 + versionName "5.1.3" } if (isCi) { 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 219a32a4..be3a92ed 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,2 @@ -- Import JSON, JSON5 and CSV decks -- Search players and games -- Fixed Overloaded purchase problems \ No newline at end of file +- Fixed CrCast integration +- Updated third party libraries \ No newline at end of file