Merge pull request #171 from bombsquad-community/fix-supersmash

Fix supersmash
This commit is contained in:
rikkolovescats 2023-07-24 19:18:36 +05:30 committed by GitHub
commit 472f5eeebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 54 deletions

View file

@ -615,7 +615,6 @@
"md5sum": "f68395cc90dc8cddb166a23b2da81b7b" "md5sum": "f68395cc90dc8cddb166a23b2da81b7b"
} }
} }
}
}, },
"ufo_fight": { "ufo_fight": {
"description": "Fight the UFO boss!", "description": "Fight the UFO boss!",
@ -656,7 +655,7 @@
} }
}, },
"supersmash": { "supersmash": {
"description": "SuperSmash", "description": "Blow up your enemies off the map!",
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
@ -671,7 +670,13 @@
} }
], ],
"versions": { "versions": {
"1.0.0": null "1.0.0": {
"api_version": 8,
"commit_sha": "68e77f2",
"released_on": "24-07-2023",
"md5sum": "1cbe5b3e85b5dfcee1eb322f33568fd4"
}
}
} }
} }
} }