From 506bf90ccefb4c6de881d7beb4e205bbf5dcabb8 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 26 Aug 2026 18:37:31 +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 1104a85..a2179f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "config-ctdra" -version = "1.0.1" +version = "1.0.2" dependencies = [ "confy", "libc", diff --git a/Cargo.toml b/Cargo.toml index ce048ed..455f119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config-ctdra" -version = "1.0.1" +version = "1.0.2" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"