diff --git a/Cargo.toml b/Cargo.toml index f74aa543..64b6b757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.17.3" +version = "1.17.4" 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 2c5f20cc..3f2ab16b 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.3" +version = "1.17.4" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql" diff --git a/async-graphql-tide/Cargo.toml b/async-graphql-tide/Cargo.toml index 1c385ef3..ca598a2b 100644 --- a/async-graphql-tide/Cargo.toml +++ b/async-graphql-tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "1.17.3" +version = "1.17.4" authors = ["vkill "] edition = "2018" description = "async-graphql for tide"