Skip to content

Commit

Permalink
bump slimproto to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Mar 15, 2024
1 parent 19d3956 commit d9f5de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions music_assistant/server/providers/slimproto/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@music-assistant"
],
"requirements": [
"aioslimproto==3.0.0"
"aioslimproto==3.0.1"
],
"documentation": "https://music-assistant.io/player-support/slimproto/",
"multi_instance": false,
"builtin": false,
"load_by_default": false
}
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aiodns>=3.0.0
aiofiles==23.2.1
aiohttp==3.9.3
aiorun==2023.7.2
aioslimproto==3.0.0
aioslimproto==3.0.1
aiosqlite==0.20.0
async-upnp-client==0.38.2
asyncio-throttle==1.0.2
Expand Down

0 comments on commit d9f5de4

Please sign in to comment.