diff --git a/heatshrink_common.h b/heatshrink_common.h index 17cb1a0..bc89774 100644 --- a/heatshrink_common.h +++ b/heatshrink_common.h @@ -4,10 +4,10 @@ #define HEATSHRINK_AUTHOR "Scott Vokes " #define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink" -/* Version 0.4.0 */ +/* Version 0.4.1 */ #define HEATSHRINK_VERSION_MAJOR 0 #define HEATSHRINK_VERSION_MINOR 4 -#define HEATSHRINK_VERSION_PATCH 0 +#define HEATSHRINK_VERSION_PATCH 1 #define HEATSHRINK_MIN_WINDOW_BITS 4 #define HEATSHRINK_MAX_WINDOW_BITS 15