Skip to content

Commit a1817a1

Browse files
committed
Add equalizer info to state response
resolves #472 Use discovery v1.4.1
1 parent a1e4698 commit a1817a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonos-http-api",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A simple node app for controlling a Sonos system with basic HTTP requests",
55
"scripts": {
66
"start": "node server.js"
@@ -18,7 +18,7 @@
1818
"json5": "^0.5.1",
1919
"node-static": "~0.7.0",
2020
"request-promise": "~1.0.2",
21-
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.4.0.tar.gz"
21+
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.4.1.tar.gz"
2222
},
2323
"engines": {
2424
"node": ">=4.0.0",

0 commit comments

Comments
 (0)