diff --git a/library.properties b/library.properties index 0d10b0f..62a0263 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=GEM -version=1.4.7 +version=1.5.0 author=Alexander 'Spirik' Spiridonov maintainer=Alexander 'Spirik' Spiridonov sentence=A library for creation of graphic multi-level menu. diff --git a/src/constants.h b/src/constants.h index d30c14a..114c6e0 100644 --- a/src/constants.h +++ b/src/constants.h @@ -33,7 +33,7 @@ */ // Macro constant (alias) for current version of GEM library, printed on _splash screen -#define GEM_VER "1.4" +#define GEM_VER "1.5" // Macro constant (alias) for supported length of the string (character sequence) variable of type char[GEM_STR_LEN] #define GEM_STR_LEN 17