release(android): publish v0.1.25 to stable

This commit is contained in:
MATE Release Bot 2026-08-05 23:24:34 +00:00
parent 6135de4021
commit d49efb3ac6
5 changed files with 25 additions and 14 deletions

View file

@ -1,13 +1,20 @@
{
"schemaVersion": 1,
"product": "MATE",
"updatedAt": "2026-08-04T17:14:03Z",
"updatedAt": "2026-08-05T23:24:13Z",
"platforms": {
"android": {
"manifest": "android/manifest.json"
},
"manifest": "android/manifest.json",
"channels": {
"stable": "android/stable/manifest.json"
}
}
,
"desktop": {
"manifest": "desktop/manifest.json"
"manifest": "desktop/manifest.json",
"channels": {
"prod": "desktop/prod/manifest.json"
}
}
}
}