From 6ee1cd5d50916b3c2630f297b8a110a9b54f78f8 Mon Sep 17 00:00:00 2001 From: dernasherbrezon Date: Fri, 15 Dec 2023 21:52:12 +0000 Subject: [PATCH] bump version 3.1.1 --- 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 93f6ae6..6bf82ce 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "3.1.0" +version: "3.1.1" description: Library to work with LoRa chips sx127x url: https://github.com/dernasherbrezon/sx127x files: diff --git a/library.json b/library.json index 34cb86d..70d33d2 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "sx127x", - "version": "3.1.0", + "version": "3.1.1", "description": "Library to work with LoRa chips sx127x", "keywords": "sx127x, lora, sx1278, sx1276, sx1277, sx1279", "repository": {