From 5069d15a41fdb5d31f4f687724fc8dd2fa6250e7 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 18 Oct 2019 22:06:50 +0900 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 316a837..116f79e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-web-gpio", - "version": "0.0.1", + "version": "1.0.0", "description": "GPIO access with Node.js", "main": "index.js", "repository": {