From 74b8a5db9317f53cdcdbc7ce1b485b3e9b3fcc78 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 18 Oct 2019 22:06:28 +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 a0f412e..28ca0e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-web-i2c", - "version": "0.0.1", + "version": "1.0.0", "description": "I2C access with Node.js", "main": "index.js", "repository": {