diff --git a/tonic-health/Cargo.toml b/tonic-health/Cargo.toml index 6a40ee5..d9d4844 100644 --- a/tonic-health/Cargo.toml +++ b/tonic-health/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonic-health" -version = "0.3.1" +version = "0.4.0" authors = ["James Nugent "] edition = "2018" license = "MIT" diff --git a/tonic-types/Cargo.toml b/tonic-types/Cargo.toml index 1c24687..744301f 100644 --- a/tonic-types/Cargo.toml +++ b/tonic-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonic-types" -version = "0.2.0" +version = "0.3.0" authors = ["Lucio Franco "] edition = "2018" license = "MIT"