Skip to content

Commit

Permalink
chore: Release v3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2024-12-28)

### Bug Fixes

* **YouTube - Custom branding icon:** Missing string for `Xisr Holiday` ([f18649f](f18649f))

### Features

* **YouTube - Custom branding icon:** Add `Xisr Holiday` icon ([7ca94a6](7ca94a6))
  • Loading branch information
semantic-release-bot committed Dec 28, 2024
1 parent 70d6697 commit 00e0fbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.1.0](https://github.com/anddea/revanced-patches/compare/v3.0.0...v3.1.0) (2024-12-28)


### Bug Fixes

* **YouTube - Custom branding icon:** Missing string for `Xisr Holiday` ([f18649f](https://github.com/anddea/revanced-patches/commit/f18649f8e594e1ecb5744ffc101749065fc3f29c))


### Features

* **YouTube - Custom branding icon:** Add `Xisr Holiday` icon ([7ca94a6](https://github.com/anddea/revanced-patches/commit/7ca94a664457980346aba83e41a41375a9557bf0))

# [3.1.0-dev.2](https://github.com/anddea/revanced-patches/compare/v3.1.0-dev.1...v3.1.0-dev.2) (2024-12-27)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
kotlin.jvm.target.validation.mode = IGNORE
version = 3.1.0-dev.2
version = 3.1.0
4 changes: 2 additions & 2 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@
"description": "Set Cairo start color for the seekbar.",
"required": false,
"type": "kotlin.String",
"default": "#FFFF2791",
"default": "#FFFF0033",
"values": null
},
{
Expand All @@ -2372,7 +2372,7 @@
"description": "Set Cairo end color for the seekbar.",
"required": false,
"type": "kotlin.String",
"default": "#FFFF0033",
"default": "#FFFF2791",
"values": null
}
]
Expand Down

0 comments on commit 00e0fbf

Please sign in to comment.