Skip to content

Commit

Permalink
add power
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-soshte committed Mar 30, 2024
1 parent c67bddf commit 285e0f6
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.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"
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.1.7"
soroban-math = "0.1.8"
```

And this to your code:
Expand Down

0 comments on commit 285e0f6

Please sign in to comment.