diff --git a/Cargo.toml b/Cargo.toml index 5a58595..c1189a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" members = ["dhttp", "identity", "home", "api", "access"] [workspace.package] -version = "0.3.0" +version = "0.4.0" edition = "2024" license = "Apache-2.0" repository = "https://github.com/genmeta/dhttp" @@ -51,5 +51,5 @@ ddns = { package = "dyns", version = "0.5.0", features = [ h3x = { version = "0.5.0", features = [ "dquic", ] } -dhttp = { path = "dhttp", version = "0.3.0" } -dhttp-access = { path = "access", version = "0.2.0" } +dhttp = { path = "dhttp", version = "0.4.0" } +dhttp-access = { path = "access", version = "0.3.0" } diff --git a/access/Cargo.toml b/access/Cargo.toml index 76ff073..cdec811 100644 --- a/access/Cargo.toml +++ b/access/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dhttp-access" description = "Identity-aware access control primitives for DHttp" -version = "0.2.0" +version = "0.3.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/api/package.json b/api/package.json index cca3b77..6d67198 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@genmeta/dhttp", - "version": "0.3.0", + "version": "0.4.0", "description": "The True Internet", "license": "Apache-2.0", "homepage": "https://dhttp.net/",