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