Skip to content

Commit

Permalink
Updating the library version to 1.5.4 from 1.5.3. Also improving the …
Browse files Browse the repository at this point in the history
…description in library.json and removing the "teensy" keyword because this isn't a Teensy-specific library.
  • Loading branch information
ssilverman committed Jun 4, 2019
1 parent 05dd96f commit 35f777f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions library.json
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]",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
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.
Expand Down

0 comments on commit 35f777f

Please sign in to comment.