From 7aafe61f5b9d8237efd4377fb28fff1fa17e9dd3 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Fri, 9 Aug 2024 09:05:04 -0700 Subject: [PATCH] Update the library version to 0.29.1 --- CHANGELOG.md | 2 +- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c977ff43..02a7f08e 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.29.1] ### Fixed * Fixed being able to process more than one incoming frame in a row in diff --git a/README.md b/README.md index 6c87fd3c..395a47d8 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.29.1_ 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 aa70679e..1225fb77 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.29.1", "license": "AGPL-3.0-or-later", "homepage": "https://github.com/ssilverman/QNEthernet", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 72f1684d..f31a04cf 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.29.1 author=Shawn Silverman maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms.