From 30168c55238f6daaf742c67aefd370f4b8aba41c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 8 Sep 2024 01:34:28 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- members/libpt-cli/Cargo.toml | 2 +- members/libpt-log/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8a3cee..49b598b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"] [workspace.package] publish = true -version = "0.7.3-alpha.1" +version = "0.7.3-alpha.2" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL-3.0-or-later" diff --git a/members/libpt-cli/Cargo.toml b/members/libpt-cli/Cargo.toml index f7d1c7b..fa843b1 100644 --- a/members/libpt-cli/Cargo.toml +++ b/members/libpt-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libpt-cli" publish.workspace = true -version = "0.2.2-alpha.1" +version = "0.2.2-alpha.2" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/members/libpt-log/Cargo.toml b/members/libpt-log/Cargo.toml index 3e89829..e89177e 100644 --- a/members/libpt-log/Cargo.toml +++ b/members/libpt-log/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libpt-log" publish.workspace = true -version = "0.6.2-alpha.1" +version = "0.6.2-alpha.2" edition.workspace = true authors.workspace = true license.workspace = true