Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
Remove the mozilla media path
Bump min gateway version to 1.0.0
Remove empty function
Use manifest.json instead of deprecated parameter
Add typescript-eslint
Extract property code to separate files
  • Loading branch information
tim-hellhake committed Feb 3, 2021
1 parent cd3c77b commit afcd82f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "sonos-adapter",
"short_name": "Sonos",
"name": "Sonos",
"version": "0.10.0",
"version": "0.10.1",
"author": "Tim Hellhake",
"description": "Sonos adapter for WebThings Gateway.",
"homepage_url": "https://github.com/tim-hellhake/sonos-adapter#readme",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonos-adapter",
"display_name": "Sonos",
"version": "0.10.0",
"version": "0.10.1",
"description": "Sonos adapter for WebThings Gateway.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit afcd82f

Please sign in to comment.