Skip to content

Commit

Permalink
Release 5.1.8 (142)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 28, 2023
1 parent 6424d60 commit 922bdf8
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.1.8] - 28-12-2023
### Fixed
- Fixed freeze on first login if servers are down (again)

### Changed
- Improved servers listing


## [5.1.7] - 02-12-2023
### Fixed
- Fixed freeze on first login if servers are down
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
targetSdkVersion 34

versionCode 141
versionName "5.1.7"
versionCode 142
versionName "5.1.8"
}

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,3 +1,2 @@
- Fixed freeze on first login if servers are down
- Fixed minor crashes
- Updated libraries
- Improved servers listing

0 comments on commit 922bdf8

Please sign in to comment.