Skip to content

Commit 36b304d

Browse files
committed
set version to 3.1.0
1 parent 6bdaa4e commit 36b304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinyfseq.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* libtinyfseq v3.0.0 (2023-12-19)
2+
* libtinyfseq v3.1.0 (2024-02-06)
33
* https://github.com/Cryptkeeper/libtinyfseq
44
* MIT License
55
*
@@ -11,7 +11,7 @@
1111

1212
#include <stdint.h>
1313

14-
#define TINYFSEQ_VERSION "3.0.0"
14+
#define TINYFSEQ_VERSION "3.1.0"
1515

1616
typedef enum tf_err_t {
1717
TF_OK = 0,

0 commit comments

Comments
 (0)