mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
Add 0.2.6 to AltStore repo (#37)
## Pull Request Description Add 0.2.6 to the AltStore repository ## Issue Being Fixed Issue Number: No issue ## Screenshots / Recordings *No screenshots* ## Checklist - [x] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [x] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort <INPUT_FILE>```? - [x] Check that any changes are related to the issue at hand. --------- Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
78886d58d3
commit
6e4f23ca5d
1 changed files with 16 additions and 8 deletions
|
|
@ -26,14 +26,22 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"buildVersion": "52",
|
"buildVersion": "56",
|
||||||
"date": "2024-10-16",
|
"date": "2024-10-18",
|
||||||
"size": 28835840,
|
"size": 29129014,
|
||||||
"downloadURL": "https://github.com/DonutWare/Fladder/releases/download/v0.2.5/fladder-iOS-0.2.5.ipa",
|
"downloadURL": "https://github.com/DonutWare/Fladder/releases/download/v0.2.6/fladder-iOS-0.2.6.ipa",
|
||||||
"minOSVersion": "13"
|
"minOSVersion": "13"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"version": "0.2.5",
|
||||||
|
"buildVersion": "52",
|
||||||
|
"date": "2024-10-16",
|
||||||
|
"size": 28835840,
|
||||||
|
"downloadURL": "https://github.com/DonutWare/Fladder/releases/download/v0.2.5/fladder-iOS-0.2.5.ipa",
|
||||||
|
"minOSVersion": "13"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue