From bc2e787644024413d5767f3cd12ffe2150e49d73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Sep 2022 03:49:15 +0000 Subject: [PATCH] chore(release): 2.50.4 [skip ci] ## [2.50.4](https://github.com/revanced/revanced-patches/compare/v2.50.3...v2.50.4) (2022-09-03) ### Bug Fixes * don't respect primary color for the download button icon ([#424](https://github.com/revanced/revanced-patches/issues/424)) ([3fa70f4](https://github.com/revanced/revanced-patches/commit/f82500b921b148e56a8ce699f7b52fc5dc020e7e)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460bfb8ac..18b1e9150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.50.4](https://github.com/revanced/revanced-patches/compare/v2.50.3...v2.50.4) (2022-09-03) + + +### Bug Fixes + +* don't respect primary color for the download button icon ([#424](https://github.com/revanced/revanced-patches/issues/424)) ([3fa70f4](https://github.com/revanced/revanced-patches/commit/3fa70f48a206c56f6ca8aed88baed722e76281e2)) + ## [2.50.3](https://github.com/revanced/revanced-patches/compare/v2.50.2...v2.50.3) (2022-09-01) diff --git a/gradle.properties b/gradle.properties index 52d902842..c7a8650b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.50.3 +version = 2.50.4