Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
someweisguy committed Mar 21, 2024
1 parent b224e7d commit 6281323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp_dmx
version=4.0.1
version=4.1.0
author=Mitch Weisbrod <[email protected]>
maintainer=Mitch Weisbrod <[email protected]>
sentence=Transmit and receive DMX and RDM using an ESP32.
Expand Down
4 changes: 2 additions & 2 deletions src/esp_dmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6281323

Please sign in to comment.