Skip to content

Commit

Permalink
Removing the C-style comment line from library.json and bumping the l…
Browse files Browse the repository at this point in the history
…ibrary version to 1.5.1.
  • Loading branch information
ssilverman committed Dec 5, 2017
1 parent 6a23390 commit 423ac1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// See: http://docs.platformio.org/en/latest/librarymanager/config.html
{
"name": "libCBOR",
"description": "A CBOR (RFC 7049) processing library.",
Expand All @@ -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",
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.0
version=1.5.1
author=Shawn Silverman <shawn@pobox.com>
maintainer=Shawn Silverman <shawn@pobox.com>
sentence=A CBOR (RFC 7049) processing library.
Expand Down

0 comments on commit 423ac1d

Please sign in to comment.