Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-soshte committed Oct 7, 2024
1 parent 4d255df commit bca2ed0
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,6 +1,6 @@
[package]
name = "stellar-baselib"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
description = "A low level Rust library that offers a comprehensive set of functions for reading, writing, hashing, and signing primitive XDR constructs utilized in the Stellar network"
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 @@ -14,7 +14,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
stellar-baselib = "0.3.5"
stellar-baselib = "0.3.6"
```

And this to your code:
Expand Down

0 comments on commit bca2ed0

Please sign in to comment.