diff --git a/crypto/frost/Cargo.toml b/crypto/frost/Cargo.toml index 4a284b66..52bb7d96 100644 --- a/crypto/frost/Cargo.toml +++ b/crypto/frost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modular-frost" -version = "0.2.3" +version = "0.2.4" description = "Modular implementation of FROST over ff/group" license = "MIT" repository = "https://github.com/serai-dex/serai"