From 119be9ce9fa331608d034d4ad2bdc6e13e7fe3b3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 15 Feb 2018 12:55:30 +0200 Subject: [PATCH] Update version to 1.1.0; minor tweaks --- library.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 326ae8d..26b3283 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name": "OpcServer", + "version": "1.1.0", "description": "Open Pixel Control (OPC) Server Library for Arduino Platform", "keywords": "led,pixel,pixels,opc,openpixelcontrol,fadecandy,esp8266,wifi,communication,protocol,server", "repository": @@ -8,5 +9,8 @@ "url": "https://github.com/plasticrake/OpcServer.git" }, "frameworks": "arduino", - "platforms": "*" + "platforms": "*", + "build": { + "libLDFMode": "chain+" + } }