-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the library version to 1.5.4 from 1.5.3. Also improving the …
…description in library.json and removing the "teensy" keyword because this isn't a Teensy-specific library.
- Loading branch information
1 parent
05dd96f
commit 35f777f
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=libCBOR | ||
version=1.5.3 | ||
version=1.5.4 | ||
author=Shawn Silverman <[email protected]> | ||
maintainer=Shawn Silverman <[email protected]> | ||
sentence=A CBOR (RFC 7049) processing library. | ||
|