From c006d033448e4cc692f4d435db596c7a14643df4 Mon Sep 17 00:00:00 2001 From: abderraouf-adjal Date: Wed, 8 Nov 2017 18:37:26 +0100 Subject: [PATCH] Increase version to 1.0.4 --- README.md | 4 ++-- SpritzCipher.h | 4 ++-- library.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e299f3..29d2865 100644 --- a/README.md +++ b/README.md @@ -216,14 +216,14 @@ If defined, Then `SPRITZ_WIPE_TRACES` and `SPRITZ_TIMING_SAFE_CRUSH`, will be de **SPRITZ_N** = `256` - Present the value of N in this spritz implementation, *Do NOT change `SPRITZ_N` value*. -**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.3"` - Present the version of this +**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.4"` - Present the version of this spritz library (MAJOR . MINOR . PATCH) using Semantic Versioning. **SPRITZ_LIBRARY_VERSION_MAJOR** = `1` - The MAJOR version of the library. **SPRITZ_LIBRARY_VERSION_MINOR** = `0` - The MINOR version of the library. -**SPRITZ_LIBRARY_VERSION_PATCH** = `3` - The PATCH version of the library. +**SPRITZ_LIBRARY_VERSION_PATCH** = `4` - The PATCH version of the library. ## Examples diff --git a/SpritzCipher.h b/SpritzCipher.h index 96eee8b..56a9154 100644 --- a/SpritzCipher.h +++ b/SpritzCipher.h @@ -73,10 +73,10 @@ extern "C" { #define SPRITZ_N 256 /* `Semantic Versioning` of this library */ -#define SPRITZ_LIBRARY_VERSION_STRING "1.0.3" +#define SPRITZ_LIBRARY_VERSION_STRING "1.0.4" #define SPRITZ_LIBRARY_VERSION_MAJOR 1 #define SPRITZ_LIBRARY_VERSION_MINOR 0 -#define SPRITZ_LIBRARY_VERSION_PATCH 3 +#define SPRITZ_LIBRARY_VERSION_PATCH 4 /** spritz_ctx diff --git a/library.properties b/library.properties index 2971d8a..af60e73 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SpritzCipher -version=1.0.3 +version=1.0.4 author=Abderraouf Adjal maintainer=Abderraouf Adjal sentence=Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.