Skip to content

Commit

Permalink
Bump version: v0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xynngh committed Nov 13, 2021
1 parent 2aaed42 commit 4a19818
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

Nothing.


## [0.5.17] - 2021-11-13

### Added

- Partial Chinese (Simplified) translation thanks to Jane Kong ([@Myon](https://hosted.weblate.org/user/Myon/)).
Expand Down Expand Up @@ -537,7 +542,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Offline database with manual updates.


[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.16...master
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.17...master
[0.5.17]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.16...v0.5.17
[0.5.16]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.15...v0.5.16
[0.5.15]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.14...v0.5.15
[0.5.14]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.13...v0.5.14
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 30
versionCode 5160
versionName "0.5.16"
versionCode 5170
versionName "0.5.17"

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 4a19818

Please sign in to comment.