Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sephynox committed Oct 28, 2021
1 parent a7fd804 commit 723ee14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "xrpl-rust"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["Tanveer Wahid <tan@wahid.email>"]
description = "A 100% Rust library to interact with the XRPL"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install, add the following to your project's `Cargo.toml`:

```toml
[dependencies.xrpl]
version = "0.1.0"
version = "0.1.1"
```

# 🕮 Documentation [![docs_status]][docs]
Expand All @@ -75,7 +75,7 @@ and enable features manually:

```toml
[dependencies.xrpl]
version = "0.1.0"
version = "0.1.1"
default-features = false
features = ["core", "models"]
```
Expand Down

0 comments on commit 723ee14

Please sign in to comment.