From c10d6cf09e19f0d976bc73b42ae9a89079a456c2 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 21 Nov 2024 08:56:25 -0800 Subject: [PATCH] Update the library version to 0.30.0 --- CHANGELOG.md | 2 +- README.md | 2 +- library.json | 2 +- library.properties | 2 +- src/QNEthernet.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7fbfa17..8fac7dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.30.0] ### Added * Added a _SimpleHTTPClient_ example. diff --git a/README.md b/README.md index 4ce38cc5..f0fd0eda 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ or # _QNEthernet_, an lwIP-Based Ethernet Library For Teensy 4.1 and possibly some other platforms -_Version: 0.30.0-snapshot_ +_Version: 0.30.0_ The _QNEthernet_ library provides Ethernet functionality for the Teensy 4.1 and possibly some other platforms. It's designed to be compatible with the diff --git a/library.json b/library.json index 9a23b96a..45482d87 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/ssilverman/QNEthernet" }, - "version": "0.30.0-snapshot", + "version": "0.30.0", "license": "AGPL-3.0-or-later", "homepage": "https://github.com/ssilverman/QNEthernet", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 2a8bfcd3..cfeaef0e 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ # https://arduino.github.io/arduino-cli/latest/library-specification/ name=QNEthernet -version=0.30.0-snapshot +version=0.30.0 author=Shawn Silverman maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1 and other platforms. diff --git a/src/QNEthernet.h b/src/QNEthernet.h index ec613a03..4af79ef7 100644 --- a/src/QNEthernet.h +++ b/src/QNEthernet.h @@ -64,7 +64,7 @@ class EthernetClass final { // Returns a string containing the library version number. static const char *libraryVersion() { - return "0.30.0-snapshot"; + return "0.30.0"; } // Returns the maximum number of multicast groups. Note that mDNS will use