From e3f8d2381c197c2828dceee01256214022f0d722 Mon Sep 17 00:00:00 2001 From: Peter J Wojciechowski Date: Sun, 26 Jul 2020 10:44:47 -0700 Subject: [PATCH] npm repo is not java repo --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f6b6ee..d82fbc8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ Once your configuration is in place startup Homebridge and to get your devices c ## Changelog +### 0.2.4 ... + +The 0.2.3 release... + ### 0.2.3 Lint This The fine folks created a linter, so it is good to use one. diff --git a/package.json b/package.json index 7bbeb4c..6c17c42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-blynk-platform", "displayName": "Homebridge Blynk Platform", - "version": "0.2.3", + "version": "0.2.4", "description": "Homebridge plugin for the Blynk platform", "main": "dist/index.js", "scripts": {