From a48c2db53d84767c8fd5d569f9ce1c46c2bfd9a1 Mon Sep 17 00:00:00 2001
From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
Date: Thu, 15 Aug 2024 16:34:52 -0400
Subject: [PATCH 1/2] fix(YouTube): Remove translated string that breaks
patching
---
src/main/resources/addresources/values-de-rDE/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/addresources/values-de-rDE/strings.xml b/src/main/resources/addresources/values-de-rDE/strings.xml
index c28e7933d6..ab1180e78a 100644
--- a/src/main/resources/addresources/values-de-rDE/strings.xml
+++ b/src/main/resources/addresources/values-de-rDE/strings.xml
@@ -889,7 +889,7 @@ This is because Crowdin requires temporarily flattening this file and removing t
Statistiken
Statistiken vorübergehend nicht verfügbar (API ist herunter)
- Lädt...
+ Lädt ...
SponsorBlock ist deaktiviert
Ihr Benutzername: <b>%s</b>
Tippe hier, um deinen Benutzernamen zu ändern
From a18e4e57f4e8aec204effb4429f24c1396a90d37 Mon Sep 17 00:00:00 2001
From: semantic-release-bot
Date: Thu, 15 Aug 2024 20:36:50 +0000
Subject: [PATCH 2/2] chore(release): 4.13.3-dev.1 [skip ci]
## [4.13.3-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.13.2...v4.13.3-dev.1) (2024-08-15)
### Bug Fixes
* **YouTube:** Remove translated string that breaks patching ([a48c2db](https://github.com/ReVanced/revanced-patches/commit/a48c2db53d84767c8fd5d569f9ce1c46c2bfd9a1))
---
CHANGELOG.md | 7 +++++++
gradle.properties | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 676546aaa2..39973f91d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.13.3-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.13.2...v4.13.3-dev.1) (2024-08-15)
+
+
+### Bug Fixes
+
+* **YouTube:** Remove translated string that breaks patching ([a48c2db](https://github.com/ReVanced/revanced-patches/commit/a48c2db53d84767c8fd5d569f9ce1c46c2bfd9a1))
+
## [4.13.2](https://github.com/ReVanced/revanced-patches/compare/v4.13.1...v4.13.2) (2024-08-15)
diff --git a/gradle.properties b/gradle.properties
index dc90ca7a56..8d7c3c9290 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
-version = 4.13.2
+version = 4.13.3-dev.1