diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 20cbc2f07..4feda7b5c 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: v1.0.1-beta.2 +version: 1.0.1-beta.2 authors: - Eus Dima - Zino Hofmann diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 778e9cc0d..89f26bb7a 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: v1.0.1-beta.2 +version: 1.0.1-beta.2 authors: - Eus Dima - Zino Hofmann - Michael Joseph Rosenthal homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter dependencies: - graphql: ^v1.0.1-beta.2 + graphql: ^1.0.1-beta.2 flutter: sdk: flutter meta: ^1.1.6