From c417e38154bfd7c61708203e04a6ee7edfdd1f13 Mon Sep 17 00:00:00 2001 From: jmic Date: Thu, 8 Jan 2026 21:42:15 +0100 Subject: [PATCH] bump version to 0.3.1 Signed-off-by: jmic --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4b26a5..bbf04df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "altcha-lib-rs" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["jmic "] description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses."