Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-soshte committed Oct 21, 2024
1 parent 393c466 commit b58e1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = ["example"] }
[package]
name = "soroban-math"
version = "0.2.7"
version = "0.2.8"
edition = "2021"
description = "Fixed-Point Math Library for soroban smart contracts with advanced math and high precision"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
soroban-math = "0.2.7"
soroban-math = "0.2.8"
```

And this to your code:
Expand Down

0 comments on commit b58e1cb

Please sign in to comment.