Skip to content

Commit 723ee14

Browse files
committed
Version bump
1 parent a7fd804 commit 723ee14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xrpl-rust"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
authors = ["Tanveer Wahid <tan@wahid.email>"]
66
description = "A 100% Rust library to interact with the XRPL"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To install, add the following to your project's `Cargo.toml`:
4848

4949
```toml
5050
[dependencies.xrpl]
51-
version = "0.1.0"
51+
version = "0.1.1"
5252
```
5353

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

7676
```toml
7777
[dependencies.xrpl]
78-
version = "0.1.0"
78+
version = "0.1.1"
7979
default-features = false
8080
features = ["core", "models"]
8181
```

0 commit comments

Comments
 (0)