From 8baef53c02c714317bef122e4eb39876d2ac81bc Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Tue, 18 Jul 2023 15:53:34 +0200 Subject: [PATCH] Bump version --- crates/daqbuffer/Cargo.toml | 2 +- crates/httpret/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/daqbuffer/Cargo.toml b/crates/daqbuffer/Cargo.toml index e6d21a1..d46dbae 100644 --- a/crates/daqbuffer/Cargo.toml +++ b/crates/daqbuffer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daqbuffer" -version = "0.3.6" +version = "0.4.1" authors = ["Dominik Werder "] edition = "2021" diff --git a/crates/httpret/Cargo.toml b/crates/httpret/Cargo.toml index 2141731..853246b 100644 --- a/crates/httpret/Cargo.toml +++ b/crates/httpret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpret" -version = "0.4.0" +version = "0.4.1" authors = ["Dominik Werder "] edition = "2021"