We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e4698 commit a1817a1Copy full SHA for a1817a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sonos-http-api",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "A simple node app for controlling a Sonos system with basic HTTP requests",
5
"scripts": {
6
"start": "node server.js"
@@ -18,7 +18,7 @@
18
"json5": "^0.5.1",
19
"node-static": "~0.7.0",
20
"request-promise": "~1.0.2",
21
- "sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.4.0.tar.gz"
+ "sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.4.1.tar.gz"
22
},
23
"engines": {
24
"node": ">=4.0.0",
0 commit comments