Skip to content

Commit

Permalink
chore:version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bushvin committed Nov 5, 2023
1 parent 4c7b00c commit 5d80144
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/mopidy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"requirements": [
"mopidyapi>=1.0.0"
],
"version": "2.0.2",
"version": "2.0.3",
"zeroconf": [
{
"type": "_mopidy-http._tcp.local."
Expand Down
10 changes: 9 additions & 1 deletion mopidy-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.3] - 2023-11-05

### Fixed

- fix `media_player.play_media` service `enqueue.play` behaviour

## [2.0.2] - 2023-11-02

### Fixed wrong varname for youtube (#40)
### Fixed

- wrong varname for youtube (#40)

## [2.0.1] - 2023-10-31

Expand Down

0 comments on commit 5d80144

Please sign in to comment.