diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index d19a26925..fed2f3652 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,7 +1,7 @@ name: graphql description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package. -version: 1.1.1-beta.5 +version: 1.1.1-beta.6 authors: - Eus Dima - Zino Hofmann diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index f04b2a700..00d4d52c4 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -1,14 +1,14 @@ name: graphql_flutter description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. -version: 1.1.1-beta.5 +version: 1.1.1-beta.6 authors: - Eus Dima - Zino Hofmann - Michael Joseph Rosenthal homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter dependencies: - graphql: ^1.1.1-beta.5 + graphql: ^1.1.1-beta.6 flutter: sdk: flutter meta: ^1.1.6