diff --git a/README.txt b/README.txt index d676891..ed5cd4e 100644 --- a/README.txt +++ b/README.txt @@ -41,7 +41,7 @@ SPRITZ_LIBRARY_VERSION_MAJOR 0 Present the MAJOR version. SPRITZ_LIBRARY_VERSION_MINOR 4 Present the MINOR version. -SPRITZ_LIBRARY_VERSION_PATCH 1 +SPRITZ_LIBRARY_VERSION_PATCH 2 Present the PATCH version. * Types: diff --git a/SpritzCipher.h b/SpritzCipher.h index c056cb3..84a6e18 100644 --- a/SpritzCipher.h +++ b/SpritzCipher.h @@ -51,10 +51,10 @@ extern "C" { #define SPRITZ_N 256 /* Semantic Versioning of this library */ -#define SPRITZ_LIBRARY_VERSION_STRING "0.4.1" +#define SPRITZ_LIBRARY_VERSION_STRING "0.4.2" #define SPRITZ_LIBRARY_VERSION_MAJOR 0 #define SPRITZ_LIBRARY_VERSION_MINOR 4 -#define SPRITZ_LIBRARY_VERSION_PATCH 1 +#define SPRITZ_LIBRARY_VERSION_PATCH 2 /** \typedef spritz_ctx diff --git a/library.properties b/library.properties index be63b85..183d9ff 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SpritzCipher -version=0.4.1 +version=0.4.2 author=Abderraouf Adjal maintainer=Abderraouf Adjal sentence=Spritz cipher library, Secure random bytes generator, Flexible hash & MAC.