From 3aa4b612bc521b9f6363efdc766af8b15e8d1271 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 26 Oct 2023 09:37:30 -0700 Subject: [PATCH] Update the project version to 0.25.0 --- 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 d20f0963..9117f2a1 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.25.0] ### Added * New "Heap memory use" section in the README that discusses memory diff --git a/README.md b/README.md index 2c328598..e674f987 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ or # _QNEthernet_, an lwIP-Based Ethernet Library For Teensy 4.1 -_Version: 0.25.0-snapshot_ +_Version: 0.25.0_ The _QNEthernet_ library provides Ethernet functionality for the Teensy 4.1. It's compatible with the Arduino-style API. diff --git a/library.json b/library.json index a5feb08d..46d39b62 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/ssilverman/QNEthernet" }, - "version": "0.25.0-snapshot", + "version": "0.25.0", "license": "AGPL-3.0-or-later", "homepage": "https://github.com/ssilverman/QNEthernet", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 0007ee57..a11c7919 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ # https://arduino.github.io/arduino-cli/latest/library-specification/ name=QNEthernet -version=0.25.0-snapshot +version=0.25.0 author=Shawn Silverman maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1.