Skip to content

Commit

Permalink
Release 1.6.5 (31)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed May 26, 2020
1 parent 2147620 commit 26a5675
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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).

## [1.6.5] - 26-05-2020
### Fixed
- Fixed crash when submitting search (F-Droid only)

### Changed
- Update third-part libraries


## [1.6.4] - 09-04-2020
### Changed
- Using Android logging
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.gianlu.dnshero"
minSdkVersion 21
targetSdkVersion 29
versionCode 30
versionName "1.6.4"
versionCode 31
versionName "1.6.5"
}

if (isTravis) {
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Fixed
- Fixed crash when submitting search (F-Droid only)

### Changed
- Using Android logging
- Update third-part libraries

0 comments on commit 26a5675

Please sign in to comment.