bump version

This commit is contained in:
Nick O'Leary 2016-06-20 21:38:09 +01:00
parent 2b9bfbc309
commit 9ec7bb8d41
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
#### xxx: unreleased
#### 0.14.3: Maintenance Release
Fixes
- Create default setting.js in user-specified directory. Fixes #908
- MQTT In subscription qos not defaulting properly
- Let exec node handle 0 as well as "0"
#### 0.14.2: Maintenance Release

View File

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