diff --git a/Cargo.toml b/Cargo.toml index e2ffd991..e4c9f5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.8.0" +version = "0.8.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 57a20ebf..ada95ce0 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.8.0" +version = "0.8.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"