From d8fd70aae4750eebbe1dc53ec0b0343822719141 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 23 Jan 2024 14:04:48 +0100 Subject: [PATCH] Release v0.3.11 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a4bc65..1cdf892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ default-members = [".", "members/libpt-core"] [workspace.package] publish = true -version = "0.3.11-alpha.1" +version = "0.3.11" edition = "2021" authors = ["Christoph J. Scherr "] license = "MIT" @@ -28,11 +28,11 @@ categories = [ [workspace.dependencies] anyhow = "1.0.79" thiserror = "1.0.56" -libpt-core = { version = "0.3.11-alpha.1", path = "members/libpt-core" } -libpt-bintols = { version = "0.3.11-alpha.1", path = "members/libpt-bintols" } -libpt-log = { version = "0.3.11-alpha.1", path = "members/libpt-log" } -libpt-math = { version = "0.3.11-alpha.1", path = "members/libpt-math" } -libpt-net = { version = "0.3.11-alpha.1", path = "members/libpt-net" } +libpt-core = { version = "0.3.11", path = "members/libpt-core" } +libpt-bintols = { version = "0.3.11", path = "members/libpt-bintols" } +libpt-log = { version = "0.3.11", path = "members/libpt-log" } +libpt-math = { version = "0.3.11", path = "members/libpt-math" } +libpt-net = { version = "0.3.11", path = "members/libpt-net" } [package] name = "libpt"