Skip to content

Commit

Permalink
Release 1.6.8 (34)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 23, 2020
1 parent 99d0579 commit b2a4292
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.8] - 23-11-2020
### Fixed
- Fixed crash because of API change


## [1.6.7] - 15-11-2020
### Added
- Added Indonesian translation
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 33
versionName "1.6.7"
versionCode 34
versionName "1.6.8"
}

if (isTravis) {
Expand Down
7 changes: 2 additions & 5 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
### Added
- Added Indonesian translation

### Changed
- Update third-part libraries
### Fixed
- Fixed crash because of API change

0 comments on commit b2a4292

Please sign in to comment.