From 6190a2065e3af8617227310e43183c2a8f27b67c Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 29 Jun 2016 11:36:19 -0400 Subject: [PATCH] Removed version from library.json so PlatformIO makes new release on commits --- library.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library.json b/library.json index 2b4e339..4c10237 100644 --- a/library.json +++ b/library.json @@ -18,6 +18,5 @@ } ], "frameworks": "arduino", - "platforms": "*", - "version": "1.0.0" + "platforms": "*" }