bump to V1.1.0
This commit is contained in:
parent
2849c7bbdd
commit
5b036bbf7d
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "LibTeleinfo",
|
"name": "LibTeleinfo",
|
||||||
"keywords": "teleinfo, french, meter, power, erdf, linky",
|
"version": "1.1.0",
|
||||||
"description": "Teleinfo French power meter reader and decoding",
|
"keywords": "teleinfo, french, meter, power, erdf, linky, tic",
|
||||||
|
"description": "Decoder for Teleinfo (aka TIC) from French smart power meters",
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hallard/LibTeleinfo.git"
|
"url": "https://github.com/hallard/LibTeleinfo.git"
|
||||||
},
|
},
|
||||||
"version": "1.0.2",
|
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Charles-Henri Hallard",
|
"name": "Charles-Henri Hallard",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name=LibTeleinfo
|
name=LibTeleinfo
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
author=Charles-Henri Hallard <hallard.me>
|
author=Charles-Henri Hallard <hallard.me>
|
||||||
maintainer=Charles-Henri Hallard <community.hallard.me>
|
maintainer=Charles-Henri Hallard <community.hallard.me>
|
||||||
sentence=Teleinfo French power meter reader and decoding
|
sentence=Decoder for Teleinfo (aka TIC) from French smart power meters
|
||||||
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.
|
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
|
category=Communication
|
||||||
url=https://github.com/hallard/LibTeleinfo
|
url=https://github.com/hallard/LibTeleinfo
|
||||||
architectures=*
|
architectures=*
|
Loading…
Reference in New Issue