Skip to content

Commit

Permalink
Bump version number in readme and example project (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpieper authored Jan 3, 2025
1 parent 66cb6ea commit 6c71c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Radix Scrypto currently is lacking more advanced mathematical operations like `e
Add `scrypto_math` to your depdencies in the `Cargo.toml` of your Scrypto blueprint.
```rust
[dependencies]
scrypto_math = { git = "https://github.com/ociswap/scrypto-math", tag = "v0.6.0" }
scrypto_math = { git = "https://github.com/ociswap/scrypto-math", tag = "v0.7.0" }
```
Import the module:
```rust
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced_math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
sbor = "1.2.0"
scrypto = "1.2.0"
# scrypto_math = { git = "https://github.com/ociswap/scrypto-math", tag = "v0.6.0" }
# scrypto_math = { git = "https://github.com/ociswap/scrypto-math", tag = "v0.7.0" }
scrypto_math = { path = "../../" }

[dev-dependencies]
Expand Down

0 comments on commit 6c71c6c

Please sign in to comment.