Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBoos authored Mar 4, 2022
1 parent 0d35b1a commit e1188e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/discord_game/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "discord_game",
"name": "Discord Game",
"version": "5.0.0a",
"version": "5.0.1",
"documentation": "",
"dependencies": [],
"codeowners": [],
"requirements": ["nextcord==2.0.0a8", "addict", "aiohttp", "calendar", "time"]
"requirements": ["nextcord==2.0.0a8", "addict", "aiohttp"]
}

0 comments on commit e1188e3

Please sign in to comment.