From ca6531ed467d1772f7b4afed05a69d666b071c14 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Thu, 17 Feb 2022 16:12:07 +0000 Subject: Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be9f08f..d82c8c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "barb" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap 3.0.14", "jsonformat", diff --git a/Cargo.toml b/Cargo.toml index 4f2849c..6e5e22c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.1.1" +version = "0.1.2" edition = "2018" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." -- cgit v1.2.3