diff --git a/History.md b/History.md index fdb9515..12d6240 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -Unpublished -=========== +3.2.0 - Jul 24 2018 +=================== * add test to ensure HIGH and LOW have the expected values * add unittests (thank you [@pizzaisdavid](https://github.com/pizzaisdavid)) diff --git a/package.json b/package.json index 37fdeb2..dd65248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onoff", - "version": "3.1.0", + "version": "3.2.0", "description": "GPIO access and interrupt detection with Node.js", "main": "onoff.js", "directories": {