diff --git a/Cargo.toml b/Cargo.toml index 65c97ee..c8a3cee 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.0" +version = "0.7.3-alpha.1" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL-3.0-or-later" @@ -21,8 +21,8 @@ anyhow = "1.0.79" thiserror = "1.0.56" libpt-core = { version = "0.5.0", path = "members/libpt-core" } libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" } -libpt-log = { version = "0.6.2-alpha.0", path = "members/libpt-log" } -libpt-cli = { version = "0.2.2-alpha.0", path = "members/libpt-cli" } +libpt-log = { version = "0.6.2-alpha.1", path = "members/libpt-log" } +libpt-cli = { version = "0.2.2-alpha.1", path = "members/libpt-cli" } [package] name = "libpt" diff --git a/members/libpt-cli/Cargo.toml b/members/libpt-cli/Cargo.toml index f8dcbcc..f7d1c7b 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.0" +version = "0.2.2-alpha.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/members/libpt-log/Cargo.toml b/members/libpt-log/Cargo.toml index a44975c..3e89829 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.0" +version = "0.6.2-alpha.1" edition.workspace = true authors.workspace = true license.workspace = true