Skip to content

Commit

Permalink
Release 5.1.3 (137)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Mar 23, 2022
1 parent 7470b5d commit 6e134a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
5 changes: 2 additions & 3 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Import JSON, JSON5 and CSV decks
- Search players and games
- Fixed Overloaded purchase problems
- Fixed CrCast integration
- Updated third party libraries

0 comments on commit 6e134a9

Please sign in to comment.