From e27a26d8abe1861c8b64fb23fc01077fddaef86a Mon Sep 17 00:00:00 2001 From: Gabriel Comte Date: Sun, 23 Apr 2023 13:44:35 +0200 Subject: [PATCH] chore: Release bitcoinvert version 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd436d8..4b1991f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bitcoinvert" -version = "0.1.2" +version = "0.1.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0bfb0e5..a08b968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoinvert" -version = "0.1.2" +version = "0.1.3" description = "CLI tool that fetches Bitcoin exchange rates from Blockchain.info and shows conversions to other currencies/denominations" authors = ["Gabriel Comte"] edition = "2021"