Bump version: v0.5.12

This commit is contained in:
xynngh 2020-12-16 12:03:45 +04:00
parent aeb4ab6a2e
commit c648cf9c29
2 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
Nothing.
## [0.5.12] - 2020-12-16
### Added
- Partial Swedish translation thanks to Kristoffer Grundström (@Umeaboy).
@ -442,7 +447,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.11...master
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.12...master
[0.5.12]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.11...v0.5.12
[0.5.11]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.10...v0.5.11
[0.5.10]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.9...v0.5.10
[0.5.9]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.8...v0.5.9

View File

@ -7,8 +7,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 29
versionCode 5110
versionName "0.5.11"
versionCode 5120
versionName "0.5.12"
javaCompileOptions {
annotationProcessorOptions {