From 29208f4e692f137934016e77a71a9e74282a73a5 Mon Sep 17 00:00:00 2001 From: Daisuke Baba Date: Wed, 25 Apr 2018 19:44:28 +0900 Subject: [PATCH] Bump version --- README.md | 3 +++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b35283..9bdb58a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,9 @@ $ rm -fr node_modules; \ ``` # Revision History +* 1.0.1 + - Update README + - Remove .pyc files on running `clean` task * 1.0.0 - Initial General Availability Release diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index be9019f..f0228e1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-smartmesh", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8c6c10a..387a33c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-smartmesh", - "version": "1.0.0", + "version": "1.0.1", "description": "Node-RED nodes for Analog Devices' SmartMesh IP™ Motes and Manager", "license": "Apache-2.0", "repository": {