Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jun 7, 2022
1 parent 33fa956 commit f5359ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "LovyanGFX"
}
],
"version": "1.4.4",
"version": "1.4.5",
"framework": "arduino",
"platforms": "espressif32",
"headers": "ESP32-Chimera-Core.h",
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=ESP32-Chimera-Core
version=1.4.4
version=1.4.5
author=tobozo,Lovyan03
maintainer=tobozo@noreply.github.com
sentence=Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles
Expand Down
2 changes: 1 addition & 1 deletion src/gitTagVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define ECC_VERSION_MAJOR 1
#define ECC_VERSION_MINOR 4
#define ECC_VERSION_PATCH 4
#define ECC_VERSION_PATCH 5
#define _ECC_STR(x) #x
#define ECC_STR(x) _ECC_STR(x)
// Macro to convert library version number into an integer
Expand Down

0 comments on commit f5359ca

Please sign in to comment.