Skip to content

Commit

Permalink
update version to 3.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
someweisguy committed May 10, 2023
1 parent 28ac583 commit 555ac75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "3.0.2-beta",
"version": "3.0.3-beta",
"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=3.0.2-beta
version=3.0.3-beta
author=Mitch Weisbrod <[email protected]>
maintainer=Mitch Weisbrod <[email protected]>
sentence=Transmit and receive DMX and RDM using an ESP32.
Expand Down

0 comments on commit 555ac75

Please sign in to comment.