diff --git a/src/k8-client/Cargo.toml b/src/k8-client/Cargo.toml index 790fef8..9c75352 100644 --- a/src/k8-client/Cargo.toml +++ b/src/k8-client/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "k8-client" -version = "13.0.0" +version = "13.1.0" authors = ["Fluvio Contributors "] description = "Core Kubernetes metadata traits" repository = "https://github.com/infinyon/k8-api" diff --git a/src/k8-types/Cargo.toml b/src/k8-types/Cargo.toml index e8ae16b..59fb11c 100644 --- a/src/k8-types/Cargo.toml +++ b/src/k8-types/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "k8-types" -version = "0.8.6" +version = "0.8.7" authors = ["Fluvio Contributors "] description = "Kubernetes Object Types" repository = "https://github.com/infinyon/k8-api"