diff --git a/README.md b/README.md index 7cba54eb8..1e20e4e12 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ To make a change to the node-red runtime being used by K4 avalanche: # CHANGE-LOG - +## 0.18.7-patch-10 +2021-07-14 +- Updated logic to swap back org to correct value when possible + ## 0.18.7-patch-9.1 2021-07-09 - Bug fix for when retuning a array out of a function node diff --git a/package.json b/package.json index 145f9f1d0..7217e4587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-9.1", + "version": "0.18.7-patch-10", "description": "A visual tool for wiring the Internet of Things", "homepage": "http://nodered.org", "license": "Apache-2.0",