From f5532b34f342a04468e2f62f03410ab8c9d792c6 Mon Sep 17 00:00:00 2001 From: HJD Date: Tue, 4 Aug 2020 10:20:51 -0500 Subject: [PATCH] v3.0.2. --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c3994..bed94e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 3.0.2 (2020-08-04) + * Fix: URL typo in package. + ## 3.0.1 (2020-08-04) * Fix: ensure ffmpeg sessions are properly shutdown when inactive. * Fix: eliminate a warning that might occur in installations with more than 10 Protect cameras related to event listeners. diff --git a/package.json b/package.json index 0c71a65..c3fc6ab 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "homebridge-unifi-protect2", - "version": "3.0.1", + "version": "3.0.2", "displayName": "Homebridge UniFi Protect", "description": "Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers.", "author": "HJD https://github.com/hjdhjd", - "homepage": "https://github.com/hjdhjd/homebridge-myq2#readme", + "homepage": "https://github.com/hjdhjd/homebridge-unifi-protect2#readme", "license": "ISC", "repository": { "type": "git",