Skip to content

Commit

Permalink
Release 5.0.10 (131)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Mar 25, 2021
1 parent 0b11766 commit 50b52f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Fixed crash when importing deck
- Fixed crash when creating card
- Fixed minor crashes

0 comments on commit 50b52f1

Please sign in to comment.