From 23e40eb0b8b1f536dd765c11e6490301fd6f08f1 Mon Sep 17 00:00:00 2001 From: "Zino App (Github bot)" Date: Tue, 30 Apr 2019 16:38:52 +0000 Subject: [PATCH] build(Pub): Bump version numbers [skip ci] --- packages/graphql/pubspec.yaml | 2 +- packages/graphql_flutter/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index a07f4c2c6..20cbc2f07 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.0.1-beta +version: v1.0.1-beta.2 authors: - Eus Dima - Zino Hofmann diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index f25b0db72..778e9cc0d 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.0.1-beta +version: v1.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: ^1.0.1-beta + graphql: ^v1.0.1-beta.2 flutter: sdk: flutter meta: ^1.1.6