diff --git a/Cargo.toml b/Cargo.toml index 24e03e49..379b064a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.18" +version = "1.17.19" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 05c62ae2..bbf92733 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.17.11" +version = "1.17.19" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"