From 42ad587ff6b508bc0bfaeea27ab9d783aaf6e2eb Mon Sep 17 00:00:00 2001 From: dernasherbrezon Date: Tue, 19 Nov 2024 20:08:50 +0000 Subject: [PATCH] bump version --- idf_component.yml | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 2e435d0..abf7099 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "4.0.0" +version: "4.0.1" description: "Library to work with Semtech chips SX1276/SX1277/SX1278/SX1279" url: "https://github.com/dernasherbrezon/sx127x" license: "Apache-2.0" diff --git a/library.json b/library.json index 440e1c4..3dcdef9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "sx127x", - "version": "4.0.0", + "version": "4.0.1", "description": "Library to work with Semtech chips SX1276/SX1277/SX1278/SX1279", "keywords": "sx127x, lora, sx1278, sx1276, sx1277, sx1279", "repository": {