hap-nodejs 0.11.3-alpha.2 → 0.11.3-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,7 +59,7 @@ Special thanks to [Alex Skalozub][link-alex-skalozub], who reverse-engineered th
59
59
  ~~You can find his research [here][link-homekit-research].~~
60
60
  (Sadly, on Nov 4 2014, Apple sent the [DMCA][link-apple-dmca] request to GitHub to remove the research.)
61
61
 
62
- [There](http://instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.
62
+ [There](https://www.instagram.com/p/t4cPlcDksQ/) is a video demo running this project on Intel Edison.
63
63
 
64
64
  If you are interested in HAP over BTLE, you might want to check [this][link-hap-over-btle].
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hap-nodejs",
3
- "version": "0.11.3-alpha.2",
3
+ "version": "0.11.3-alpha.3",
4
4
  "description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",