diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-03-31 19:24:40 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-03-31 19:24:40 +0100 |
| commit | 4530ec0491c1eeb17c6f7a0618ca9ce719d3d582 (patch) | |
| tree | b973dc418d2160ee2b63ceee4264570c1261a407 | |
| parent | 1c060c8b28dd2f03aa47746a050a0651fb2f5870 (diff) | |
Bump version
Fix broken examples
| -rw-r--r-- | library.json | 2 | ||||
| -rw-r--r-- | library.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library.json b/library.json index 0a6a67d..dcdbb26 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "name": "Faptastic", "url": "https://github.com/mrfaptastic/" }, - "version": "2.0.2", + "version": "2.0.3", "frameworks": "arduino", "platforms": "esp32", "examples": [ diff --git a/library.properties b/library.properties index e36524a..db5db03 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32 HUB75 LED MATRIX PANEL DMA Display -version=2.0.2 +version=2.0.3 author=Faptastic maintainer=Faptastic sentence=Experimental DMA based LED Matrix HUB75 Library |
