Skip to content

Commit 0af8801

Browse files
Increase version to 1.0.1
1 parent 9db3df3 commit 0af8801

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@ If defined, Then `SPRITZ_WIPE_TRACES` and `SPRITZ_TIMING_SAFE_CRUSH`, will be de
211211

212212
**SPRITZ_N** = `256` - Present the value of N in this spritz implementation, *Do NOT change `SPRITZ_N` value*.
213213

214-
**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.0"` - Present the version of this
214+
**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.1"` - Present the version of this
215215
spritz library (MAJOR . MINOR . PATCH) using Semantic Versioning.
216216

217217
**SPRITZ_LIBRARY_VERSION_MAJOR** = `1` - The MAJOR version of the library.
218218

219219
**SPRITZ_LIBRARY_VERSION_MINOR** = `0` - The MINOR version of the library.
220220

221-
**SPRITZ_LIBRARY_VERSION_PATCH** = `0` - The PATCH version of the library.
221+
**SPRITZ_LIBRARY_VERSION_PATCH** = `1` - The PATCH version of the library.
222222

223223

224224
## Examples

SpritzCipher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ extern "C" {
7373
#define SPRITZ_N 256
7474

7575
/* `Semantic Versioning` of this library */
76-
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.0"
76+
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.1"
7777
#define SPRITZ_LIBRARY_VERSION_MAJOR 1
7878
#define SPRITZ_LIBRARY_VERSION_MINOR 0
79-
#define SPRITZ_LIBRARY_VERSION_PATCH 0
79+
#define SPRITZ_LIBRARY_VERSION_PATCH 1
8080

8181

8282
/** spritz_ctx

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SpritzCipher
2-
version=1.0.0
2+
version=1.0.1
33
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
44
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
55
sentence=Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.

0 commit comments

Comments
 (0)