Skip to content

Commit

Permalink
build(Pub): Bump version numbers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zino App (Github bot) committed Mar 15, 2022
1 parent 4d91cb0 commit 81e8a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 5.0.2-beta.3
version: 5.0.2-beta.5
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
dependencies:
meta: ^1.3.0
Expand Down
4 changes: 1 addition & 3 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 5.0.2-beta.3
version: 5.0.2-beta.5
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
dependencies:
graphql: ^5.0.2-beta.3
Expand All @@ -21,10 +21,8 @@ dev_dependencies:
sdk: flutter
http: ^0.13.0
test: ^1.17.12

dependency_overrides:
graphql:
path: ../graphql

environment:
sdk: '>=2.12.0 <3.0.0'

0 comments on commit 81e8a18

Please sign in to comment.