diff --git a/grpc-build-core/Cargo.toml b/grpc-build-core/Cargo.toml index 9f05788..f3664e1 100644 --- a/grpc-build-core/Cargo.toml +++ b/grpc-build-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grpc-build-core" -version = "0.2.0" +version = "0.3.0" authors = ["Stefan Adrian Danaita "] license = "MIT" edition = "2021" @@ -14,6 +14,6 @@ keywords = ["grpc", "tonic", "proto"] categories = ["development-tools"] [dependencies] -grpc-build-derive = { version = "0.2.0", path = "../grpc-build-derive" } +grpc-build-derive = { version = "0.3.0", path = "../grpc-build-derive" } prost-types = "0.12" bytes = "1" diff --git a/grpc-build-derive/Cargo.toml b/grpc-build-derive/Cargo.toml index aabc735..137863e 100644 --- a/grpc-build-derive/Cargo.toml +++ b/grpc-build-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grpc-build-derive" -version = "0.2.0" +version = "0.3.0" authors = ["Stefan Adrian Danaita "] edition = "2021" license = "MIT" diff --git a/grpc-build/Cargo.toml b/grpc-build/Cargo.toml index de443df..5700386 100644 --- a/grpc-build/Cargo.toml +++ b/grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grpc-build" -version = "5.0.0" +version = "6.0.0" authors = ["Stefan Adrian Danaita "] license = "MIT" edition = "2021"