From 0afa01b6c3e338c8829a640b52826a641d1166a1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 30 Dec 2017 06:15:08 +0100 Subject: [PATCH] version update --- library.json | 2 +- library.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index b7e6f45678..f0047cb34f 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ "type": "git", "url": "https://github.com/gioblu/PJON.git" }, - "version": "9.1", + "version": "10.0", "examples": [ "examples/*/*/*/*/*.ino", "examples/*/*/*/*/*.h", diff --git a/library.properties b/library.properties index 144d921077..29eb13e86f 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=PJON -version=9.1 +version=10.0 author=Giovanni Blu Mitolo maintainer=Giovanni Blu Mitolo -sentence=PJON is an open-source, multi-master, mult-media device communications bus system framework -paragraph=It is a valid alternative to i2c, 1-Wire, CAN and other Arduino compatible protocols. +sentence=PJON is an open-source, multi-master, multi-media bus network protocol +paragraph=It is a valid alternative to i2c, 1-Wire, CAN and other protocols category=Communication url=https://github.com/gioblu/PJON -architectures=avr,esp8266,sam,samd +architectures=atmelavr,avr,esp8266,sam,samd,teensy,tiny