diff --git a/Cargo.toml b/Cargo.toml index 94e91d1..50c3c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["example"] } [package] name = "soroban-math" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Fixed-Point Math Library for soroban smart contracts with advanced math and high precision" license = "Apache-2.0" diff --git a/README.md b/README.md index 0dc73db..04d81cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -soroban-math = "0.1.7" +soroban-math = "0.1.8" ``` And this to your code: