From e48446cd4da0931a5fbf99a658ef86a534a1d453 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 18 Nov 2021 13:37:39 -0800 Subject: [PATCH] Update the library version to 0.10.0 --- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9410e2f5..640a167d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library.json b/library.json index 6d0c6b7c..eb84e363 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index 29544bbe..dae5108b 100644 --- a/library.properties +++ b/library.properties @@ -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 maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1.