Skip to content

Commit 85352c1

Browse files
committed
Update the library version to 1.0.2
1 parent 1a4b65b commit 85352c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Readme for SLIPStream v1.0.1
1+
# Readme for SLIPStream v1.0.2
22

33
This is a library for sending and receiving SLIP using any object that
44
implements `Stream`. It implements
@@ -198,4 +198,4 @@ Code style for this project mostly follows the
198198
199199
---
200200
201-
Copyright (c) 2018-2019 Shawn Silverman
201+
Copyright (c) 2018-2023 Shawn Silverman

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "https://github.com/ssilverman/SLIPStream"
1313
},
14-
"version": "1.0.1",
14+
"version": "1.0.2",
1515
"license": "BSD-3-Clause-Clear",
1616
"homepage": "https://github.com/ssilverman/SLIPStream",
1717
"frameworks": "arduino",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SLIPStream
2-
version=1.0.1
2+
version=1.0.2
33
author=Shawn Silverman <[email protected]>
44
maintainer=Shawn Silverman <[email protected]>
55
sentence=A decorator for Stream objects that sends and receives SLIP.

0 commit comments

Comments
 (0)