diff --git a/Cargo.toml b/Cargo.toml index 407f0ce..b49c949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["example"] } [package] name = "soroban-math" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Fixed-Point Math Library for soroban smart contracts with advanced math and high precision" license = "Apache-2.0"