Skip to content

Commit

Permalink
Release 5.0.12 (133)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 7, 2021
1 parent ad8c8cd commit 6dd2b3b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.12] - 07-08-2021
### Fixed
- Minor bug fixes

### Changed
- Updated third party libraries


## [5.0.11] - 09-04-2021
### Fixed
- Fixed missing servers in some occasions
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 30
versionCode 132
versionName "5.0.11"
versionCode 133
versionName "5.0.12"
}

if (isCi) {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fixed missing servers in some occasions
- Fixed minor crashes
- Minor bug fixes

0 comments on commit 6dd2b3b

Please sign in to comment.