From 723ee146feffd998fdaa48d337d59db2ad33d39a Mon Sep 17 00:00:00 2001 From: Tanveer Wahid Date: Thu, 28 Oct 2021 14:08:49 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 311be6ab..41817880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xrpl-rust" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Tanveer Wahid "] description = "A 100% Rust library to interact with the XRPL" diff --git a/README.md b/README.md index dbc260a7..6c9624ff 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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"] ```