From 5b036bbf7d8356ee1f04368f688de05873821116 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 11 Jun 2020 13:13:50 +0200 Subject: [PATCH] bump to V1.1.0 --- library.json | 6 +++--- library.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index e6d3bdb..9e17b1f 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,13 @@ { "name": "LibTeleinfo", - "keywords": "teleinfo, french, meter, power, erdf, linky", - "description": "Teleinfo French power meter reader and decoding", + "version": "1.1.0", + "keywords": "teleinfo, french, meter, power, erdf, linky, tic", + "description": "Decoder for Teleinfo (aka TIC) from French smart power meters", "repository": { "type": "git", "url": "https://github.com/hallard/LibTeleinfo.git" }, - "version": "1.0.2", "authors": { "name": "Charles-Henri Hallard", diff --git a/library.properties b/library.properties index 8278793..3123b51 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=LibTeleinfo -version=1.0.2 +version=1.1.0 author=Charles-Henri Hallard maintainer=Charles-Henri Hallard -sentence=Teleinfo French power meter reader and decoding -paragraph=This is a generic Teleinfo French Meter Measure Library, it can be used on Arduino, Particle, ESP8266, Raspberry PI or anywhere you can do Cpp coding. +sentence=Decoder for Teleinfo (aka TIC) from French smart power meters +paragraph=This is a generic Teleinfo (aka TIC) French Meter Measure Library, it can be used on Arduino, Particle, ESP8266, Raspberry PI or anywhere you can do Cpp coding. category=Communication url=https://github.com/hallard/LibTeleinfo architectures=* \ No newline at end of file