diff --git a/package.json b/package.json index 577b744..7cfcb42 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@uci/gpio", "main": "src", - "version": "0.1.10", - "description": "a class for adding simple on/off read of gpio pins on Raspberry Pi and Similar SBCs", + "version": "0.1.11", + "description": "a class for adding simple on/off read of GPIO pins on SBCs including Raspberry Pi", "scripts": { "client": "node -r esm examples/client", "multi": "node --require esm examples/multi",