diff --git a/README.md b/README.md index e65bca3..faf7d69 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins) [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.gg/j5WwJTB) -Nest plug-in for [Homebridge](https://github.com/nfarina/homebridge) using the native Nest API. See what's new in [release 4.6.0](https://github.com/chrisjshull/homebridge-nest/releases/tag/v4.6.0). +Nest plug-in for [Homebridge](https://github.com/nfarina/homebridge) using the native Nest API. See what's new in [release 4.6.1](https://github.com/chrisjshull/homebridge-nest/releases/tag/v4.6.1). Integrate your Nest Thermostat, Temperature Sensors, Nest Protect, and Nest x Yale Lock devices into your HomeKit system. Both Nest Accounts (pre-August 2019) and Google Accounts are supported. diff --git a/package.json b/package.json index 8969694..2c68747 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prepublishOnly": "npm run lint", "preversion": "npm run lint" }, - "version": "4.6.0", + "version": "4.6.1", "warnings": [ { "code": "ENOTSUP", @@ -43,7 +43,7 @@ "node": ">=7.0.0", "homebridge": ">=0.2.5" }, - "pkgid": "homebridge-nest@4.6.0" + "pkgid": "homebridge-nest@4.6.1" } ] }