From f8ac898b08822072ebcd60de3953f41e45a1db45 Mon Sep 17 00:00:00 2001 From: deimos Date: Mon, 29 Apr 2024 10:48:10 -0600 Subject: [PATCH] feat: update library version --- idf_component.yml | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 78f3afc..ca4ee58 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.3.0" +version: "1.4.0" description: "CayenneLPP library for Arduino and ESP-IDF. Compatible with Cayenne Low Power Payload." tags: "communication, LoRa, LoRaWAN" url: "https://github.com/ElectronicCats/CayenneLPP" diff --git a/library.json b/library.json index 65d4b4d..1ee7929 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "CayenneLPP", - "version": "1.3.0", + "version": "1.4.0", "description": "CayenneLPP library for Arduino and ESP-IDF. Compatible with Cayenne Low Power Payload.", "keywords": "communication, LoRa, LoRaWAN", "homepage": "https://github.com/ElectronicCats/CayenneLPP", diff --git a/library.properties b/library.properties index 8c93138..f714a22 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CayenneLPP -version=1.3.0 +version=1.4.0 author=Electronic Cats maintainer=Electronic Cats sentence=CayenneLPP Arduino Library.