set version to 0.4.2
Some checks failed
Rust / build (push) Failing after 54s

This commit is contained in:
müde 2026-02-21 22:37:22 +01:00
parent 7128f05984
commit 6c731e3f5a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1943,7 +1943,7 @@ dependencies = [
[[package]]
name = "servicepoint-cli"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"clap",
"env_logger",

View file

@ -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