diff --git a/README.md b/README.md index 1756c3e..0709255 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ let options = { id: 1, hostname: '192.168.0.160', username: 'admin', - password: 'matrix@55901', + password: 'password', port: 80 }; diff --git a/package.json b/package.json index 7d1ab6d..11c6220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-onvif-events", - "version": "2.0.4", + "version": "2.0.5", "description": "An implementation of Node.js that detects the events of your camera that works with the onvif protocol", "main": "dist/index.js", "scripts": {