From 2e9396543e35f39ff581120f0751bcedb22e2be0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Nov 2024 17:47:00 +0000 Subject: [PATCH] chore(release): 1.34.1-dev.1 [skip ci] ## [1.34.1-dev.1](https://github.com/crimera/revanced-integrations/compare/v1.34.0...v1.34.1-dev.1) (2024-11-24) ### Bug Fixes * **Twitter:** Fix dialog positive button string ([fcbecce](https://github.com/crimera/revanced-integrations/commit/fcbecce8646a7b0aef3d239a2d99574a4ec62bc7)) ### Refactors * **Twitter:** refactor custom app icon and nav icons ([b5dc850](https://github.com/crimera/revanced-integrations/commit/b5dc850f3a3d3d2cdd98a1ae3a5b7702edad475f)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc094cc0e..8360a4a268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.34.1-dev.1](https://github.com/crimera/revanced-integrations/compare/v1.34.0...v1.34.1-dev.1) (2024-11-24) + + +### Bug Fixes + +* **Twitter:** Fix dialog positive button string ([fcbecce](https://github.com/crimera/revanced-integrations/commit/fcbecce8646a7b0aef3d239a2d99574a4ec62bc7)) + + +### Refactors + +* **Twitter:** refactor custom app icon and nav icons ([b5dc850](https://github.com/crimera/revanced-integrations/commit/b5dc850f3a3d3d2cdd98a1ae3a5b7702edad475f)) + ## [1.34.0](https://github.com/crimera/revanced-integrations/compare/v1.33.0...v1.34.0) (2024-11-14) diff --git a/gradle.properties b/gradle.properties index 8ec554755b..80f74b15ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.34.0 +version = 1.34.1-dev.1