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