From 29231f22d5739b8fb4d3a4d43c9a8ae07a7f1ce4 Mon Sep 17 00:00:00 2001 From: 2bndy5 <14963867+2bndy5@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:54:49 +0000 Subject: [PATCH] bump version to v1.4.9 --- library.json | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 26829e548..1c92036bb 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/nRF24/RF24.git" }, - "version": "1.4.8", + "version": "1.4.9", "export": { "exclude": [ "datasheets", @@ -40,4 +40,4 @@ "espressif8266", "ststm32" ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 0a08660d0..4520e36dd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24 -version=1.4.8 +version=1.4.9 author=TMRh20 maintainer=TMRh20,Avamander sentence=Radio driver, OSI layer 2 library for nrf24L01(+) modules.