mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-08 06:05:48 +01:00
chore(release): 2.118.1 [skip ci]
## [2.118.1](https://github.com/revanced/revanced-patches/compare/v2.118.0...v2.118.1) (2022-11-22)
This commit is contained in:
parent
e7745aee26
commit
c4b19f0955
@ -1,3 +1,5 @@
|
|||||||
|
## [2.118.1](https://github.com/revanced/revanced-patches/compare/v2.118.0...v2.118.1) (2022-11-22)
|
||||||
|
|
||||||
# [2.118.0](https://github.com/revanced/revanced-patches/compare/v2.117.1...v2.118.0) (2022-11-22)
|
# [2.118.0](https://github.com/revanced/revanced-patches/compare/v2.117.1...v2.118.0) (2022-11-22)
|
||||||
|
|
||||||
|
|
||||||
|
@ -222,7 +222,6 @@ The file contains an array of objects, each object representing a patch. The obj
|
|||||||
| `description` | The description of the patch. |
|
| `description` | The description of the patch. |
|
||||||
| `version` | The version of the patch. |
|
| `version` | The version of the patch. |
|
||||||
| `excluded` | Whether the patch is excluded by default. If `true`, the patch must never be included by default. |
|
| `excluded` | Whether the patch is excluded by default. If `true`, the patch must never be included by default. |
|
||||||
| `deprecated` | Whether the patch is deprecated. |
|
|
||||||
| `options` | An array of options for this patch. |
|
| `options` | An array of options for this patch. |
|
||||||
| `options.key` | The key of the option. |
|
| `options.key` | The key of the option. |
|
||||||
| `options.title` | The title of the option. |
|
| `options.title` | The title of the option. |
|
||||||
@ -243,7 +242,6 @@ Example:
|
|||||||
"description": "Adds the ability to remember the video quality you chose in the video quality flyout.",
|
"description": "Adds the ability to remember the video quality you chose in the video quality flyout.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"excluded": false,
|
"excluded": false,
|
||||||
"deprecated": false,
|
|
||||||
"options": [],
|
"options": [],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"integrations",
|
"integrations",
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.118.0
|
version = 2.118.1
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user