Skip to content

Commit

Permalink
set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Feb 6, 2024
1 parent 6bdaa4e commit 36b304d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinyfseq.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* libtinyfseq v3.0.0 (2023-12-19)
* libtinyfseq v3.1.0 (2024-02-06)
* https://github.com/Cryptkeeper/libtinyfseq
* MIT License
*
Expand All @@ -11,7 +11,7 @@

#include <stdint.h>

#define TINYFSEQ_VERSION "3.0.0"
#define TINYFSEQ_VERSION "3.1.0"

typedef enum tf_err_t {
TF_OK = 0,
Expand Down

0 comments on commit 36b304d

Please sign in to comment.