Skip to content

Commit

Permalink
Fixing library.json to have the correct name. Also adding the "framin…
Browse files Browse the repository at this point in the history
…g" keyword and updating the project version to 1.0.1.
  • Loading branch information
ssilverman committed Feb 25, 2019
1 parent 21081c3 commit 7f3f779
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This document details the changes between each release.

## [1.0.1]

### Added
* Added "framing" to the list of keywords in `library.json`.

### Fixed
* Corrected the project name in `library.json` to "SLIPStream".

## [1.0.0]

Initial public release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Readme for SLIPStream v1.0.0
# Readme for SLIPStream v1.0.1

This is a library for sending and receiving SLIP using any object that
implements `Stream`. It implements
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TeensyDMX",
"name": "SLIPStream",
"description": "A SLIP library that decorates Stream objects. This implements RFC 1055.",
"keywords": "slip",
"keywords": "slip, framing",
"authors": {
"name": "Shawn Silverman",
"email": "shawn@pobox.com",
Expand All @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ssilverman/SLIPStream"
},
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause-Clear",
"homepage": "https://github.com/ssilverman/SLIPStream",
"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=SLIPStream
version=1.0.0
version=1.0.1
author=Shawn Silverman <shawn@pobox.com>
maintainer=Shawn Silverman <shawn@pobox.com>
sentence=A decorator for Stream objects that sends and receives SLIP.
Expand Down

0 comments on commit 7f3f779

Please sign in to comment.