Skip to content

Commit 48dc903

Browse files
hotfix: fixing the flutter pubspec version
The graphql has no reason to be bumped in fact this break our CI while releasing. Reported-By: Gitub Fixes: beb99da Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent eb644f7 commit 48dc903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
88
# publish_to: 'none'
99

1010
dependencies:
11-
graphql: 5.2.0-beta.5
11+
graphql: ^5.2.0-beta.4
1212
gql_exec: ^1.0.0
1313
flutter:
1414
sdk: flutter

0 commit comments

Comments
 (0)