diff --git a/library.json b/library.json index e8d7a25..c9f6755 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "libCBOR", - "description": "A CBOR (RFC 7049) processing library.", - "keywords": "cbor, structured-data, binary, arduino, teensy", + "description": "A CBOR (RFC 7049) processing library. This implements basic read and write functionality. It also provides some parsing and EEPROM helper functions.", + "keywords": "cbor, structured-data, binary, arduino", "authors": { "name": "Shawn Silverman", "email": "shawn@pobox.com", @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/ssilverman/libCBOR" }, - "version": "1.5.3", + "version": "1.5.4", "license": "BSD-3-Clause", "homepage": "https://github.com/ssilverman/libCBOR", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 79e3d3f..786542e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=libCBOR -version=1.5.3 +version=1.5.4 author=Shawn Silverman maintainer=Shawn Silverman sentence=A CBOR (RFC 7049) processing library.