From f86a6ba9230f2e919f6addcafbf70e1e4375eeec Mon Sep 17 00:00:00 2001 From: devgianlu Date: Sun, 19 Dec 2021 17:57:51 +0100 Subject: [PATCH] Release 5.1.0 (134) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89281ff2..f524db01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.0] - 19-12-2021 +### Fixed +- Fixed CrCast integration +- Minor bug fixes + + ## [5.0.12] - 07-08-2021 ### Fixed - Minor bug fixes diff --git a/app/build.gradle b/app/build.gradle index b7719713..e55985d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 30 - versionCode 133 - versionName "5.0.12" + versionCode 134 + versionName "5.1.0" } 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 0144ceb0..87e1fcd9 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1 +1,2 @@ +- Fixed CrCast integration - Minor bug fixes \ No newline at end of file