Bump version: v0.5.13

This commit is contained in:
xynngh 2021-02-23 14:53:01 +04:00
parent ac9f071f6b
commit 8a4866eb91
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] ## [Unreleased]
Nothing.
## [0.5.13] - 2021-02-23
### Added ### Added
- Catalan translation thanks to Raul ([@raulvo](https://hosted.weblate.org/user/raulvo/)). - Catalan translation thanks to Raul ([@raulvo](https://hosted.weblate.org/user/raulvo/)).
@ -460,7 +465,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Offline database with manual updates. - Offline database with manual updates.
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.12...master [unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.13...master
[0.5.13]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.12...v0.5.13
[0.5.12]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.11...v0.5.12 [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.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.10]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.9...v0.5.10

View File

@ -7,8 +7,8 @@ android {
applicationId "dummydomain.yetanothercallblocker" applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 30 targetSdkVersion 30
versionCode 5120 versionCode 5130
versionName "0.5.12" versionName "0.5.13"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {