Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Sep 19, 2018
1 parent 21e385f commit f10feea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.8.4] - 2018-09-19
### Changed
- Connection error messages are now displayed in a toast

### Fixed
- Fixed loading of system CA certificates
- Fixed action bar height in landscape mode
- Added tag to log entries

## [1.8.3] - 2018-09-11
### Changed
- OpenSSL 1.1.1 is required
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.equeim.tremotesf'
minSdkVersion 16
targetSdkVersion 28
versionCode 21
versionName '1.8.3'
versionCode 22
versionName '1.8.4'
}
buildTypes {
release {
Expand Down

0 comments on commit f10feea

Please sign in to comment.