diff --git a/library.json b/library.json index f711ebbc6..67315ebe4 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp_dmx", - "version": "4.0.1", + "version": "4.1.0", "description": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", "keywords": "esp32, espressif32, DMX, DMX512, DMX512-A, RDM, lighting, theater, theatre, espdmx, esp dmx", "repository": diff --git a/library.properties b/library.properties index 2e4e6fa89..535646872 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=esp_dmx -version=4.0.1 +version=4.1.0 author=Mitch Weisbrod maintainer=Mitch Weisbrod sentence=Transmit and receive DMX and RDM using an ESP32. diff --git a/src/esp_dmx.h b/src/esp_dmx.h index dc86947af..09f093d28 100644 --- a/src/esp_dmx.h +++ b/src/esp_dmx.h @@ -20,10 +20,10 @@ extern "C" { #define ESP_DMX_VERSION_MAJOR 4 /** @brief The minor version number of this library. (x.X.x)*/ -#define ESP_DMX_VERSION_MINOR 0 +#define ESP_DMX_VERSION_MINOR 1 /** @brief The patch version number of this library. (x.x.X)*/ -#define ESP_DMX_VERSION_PATCH 1 +#define ESP_DMX_VERSION_PATCH 0 /** @brief The version of this library expressed as a 32-bit integer value.*/ #define ESP_DMX_VERSION_ID \