1.8.7.1
This commit is contained in:
parent
b473ebd57e
commit
d3e1067ab6
4 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# YTDLnis Changelog
|
||||
|
||||
> # 1.8.8 (2026-01)
|
||||
> # 1.8.7.1 (2026-01)
|
||||
|
||||
# What's Changed
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ plugins {
|
|||
def properties = new Properties()
|
||||
def versionMajor = 1
|
||||
def versionMinor = 8
|
||||
def versionPatch = 8
|
||||
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
|
||||
def versionPatch = 7
|
||||
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
|
||||
def isBeta = false
|
||||
|
||||
def versionExt = ""
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@
|
|||
<item>preview</item>
|
||||
<item>filler</item>
|
||||
<item>interaction</item>
|
||||
<item>hook</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="sponsorblock_settings_default">
|
||||
|
|
|
|||
Loading…
Reference in a new issue