Bump version & changelog

This commit is contained in:
Nick O'Leary 2016-06-20 09:56:29 +01:00
parent 7cb41d2ca9
commit 77b13ce9d4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
#### 0.14.1: Maintenance Release
Fixes
- Handle undefined property that led to missing wires in the editor
- Remove duplicate 'Delete' entry in keyboard shortcut window. Closes #911
- Add 'exec' to node-red-pi launch script. Closes #910
#### 0.14.0: Milestone Release
Editor

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.14.0",
"version" : "0.14.1",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",