From 6c731e3f5ac0fc63e3cf1e727856f3a3327fddfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sat, 21 Feb 2026 22:37:22 +0100 Subject: [PATCH] set version to 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03f5fb3..6c796bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1943,7 +1943,7 @@ dependencies = [ [[package]] name = "servicepoint-cli" -version = "0.4.1" +version = "0.4.2" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9bbbbb4..54b75c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "servicepoint-cli" description = "A command line interface for the ServicePoint display." -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.80.0" publish = true