Skip to content

Commit

Permalink
Update the library version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Nov 18, 2021
1 parent 785cd3e commit e48446c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# _QNEthernet_, an lwIP-Based Ethernet Library For Teensy 4.1

_Version: 0.10.0-snapshot_
_Version: 0.10.0_

The _QNEthernet_ library provides Arduino-like `Ethernet` functionality for the
Teensy 4.1. While it is mostly the same, there are a few key differences that
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/ssilverman/QNEthernet"
},
"version": "0.10.0-snapshot",
"version": "0.10.0",
"license": "MIT",
"homepage": "https://github.com/ssilverman/QNEthernet",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://arduino.github.io/arduino-cli/latest/library-specification/
name=QNEthernet
version=0.10.0-snapshot
version=0.10.0
author=Shawn Silverman <[email protected]>
maintainer=Shawn Silverman <[email protected]>
sentence=An lwIP-based Ethernet library for Teensy 4.1.
Expand Down

0 comments on commit e48446c

Please sign in to comment.