From 477b27e9b9cd47302ab06e151624f52e5bbcbeb8 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 26 Aug 2026 18:37:35 +0200 Subject: [PATCH] =?UTF-8?q?Feat:=20=C3=84ndert=20Versionsnummer=20auf=201.?= =?UTF-8?q?0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 190a354..453aa54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[package]] name = "logger-ctdra" -version = "1.0.1" +version = "1.0.2" dependencies = [ "time", ] diff --git a/Cargo.toml b/Cargo.toml index fbab51d..efcca11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "logger-ctdra" -version = "1.0.1" +version = "1.0.2" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"