aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-03-28 04:40:11 +0100
committerGuillaume Pasquet <dev@etenil.net>2022-03-28 04:40:11 +0100
commit7f2de7b232c829e0cab5e73bf7c73a3131ed42bd (patch)
treebc9ca99bd0c0e2b2ef9d7ecb13e84ec5a914af1c
parent435f39e720c7b74670fc588b09d66ba4f9d31ede (diff)
Bump version 0.4.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 37243c5..90fb149 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "barb"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"clap 3.0.14",
"colored",
diff --git a/Cargo.toml b/Cargo.toml
index e377dde..776dac4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "barb"
-version = "0.4.0"
+version = "0.4.1"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Command-line tool to perform file-based HTTP(s) requests."