From 085b6b121dfb1ff6a45aa08285a3fa1d34dc6c01 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Mon, 17 Jun 2019 12:44:35 -0700 Subject: [PATCH] 0.1.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",