From 2f2726af75df172d69697817b124077739b6724e Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sat, 18 Mar 2023 13:27:26 -0600 Subject: [PATCH] Bump version to 1.2.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11a8dce..f9e041a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-unifi-occupancy", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-unifi-occupancy", - "version": "1.2.4", + "version": "1.2.5", "license": "Apache-2.0", "dependencies": { "typescript-memoize": "^1.1.1", diff --git a/package.json b/package.json index 84c58e7..ec65d72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge UniFi Occupancy", "name": "homebridge-unifi-occupancy", - "version": "1.2.4", + "version": "1.2.5", "description": "Homebridge plugin that adds HomeKit occupancy sensors for selected devices (and people) on your UniFi network to the iOS Home app: quickly see who's where and automate accordingly", "license": "Apache-2.0", "repository": {