diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2f5dd..518669f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This document details the changes between each release. +## [1.5.1] + +### Fixed +* Removed the C-style comment line from `library.json`. + ## [1.5.0] ### Added diff --git a/library.json b/library.json index bbe0d57..cac08ad 100644 --- a/library.json +++ b/library.json @@ -1,4 +1,3 @@ -// See: http://docs.platformio.org/en/latest/librarymanager/config.html { "name": "libCBOR", "description": "A CBOR (RFC 7049) processing library.", @@ -12,7 +11,7 @@ "type": "git", "url": "https://github.com/ssilverman/libCBOR" }, - "version": "1.5.0", + "version": "1.5.1", "license": "BSD-3-Clause", "homepage": "https://github.com/ssilverman/libCBOR", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 5ec8c42..47c5992 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=libCBOR -version=1.5.0 +version=1.5.1 author=Shawn Silverman maintainer=Shawn Silverman sentence=A CBOR (RFC 7049) processing library.