diff --git a/CHANGELOG.md b/CHANGELOG.md index faa42904..9300fe65 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). +## [5.0.10] - 25-03-2021 +### Fixed +- Fixed minor crashes + + ## [5.0.9] - 15-02-2021 ### Fixed - Fixed crash when importing deck diff --git a/app/build.gradle b/app/build.gradle index 08381009..dc30774c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 30 - versionCode 130 - versionName "5.0.9" + versionCode 131 + versionName "5.0.10" } 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 3325a826..00238dbd 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 @@ -- Fixed crash when importing deck -- Fixed crash when creating card - Fixed minor crashes \ No newline at end of file