diff --git a/crypto/frost/Cargo.toml b/crypto/frost/Cargo.toml index 81afb57a..e496129d 100644 --- a/crypto/frost/Cargo.toml +++ b/crypto/frost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modular-frost" -version = "0.3.0" +version = "0.4.0" description = "Modular implementation of FROST over ff/group" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/frost"