forked from zino-hofmann/graphql-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hotfix): fix version concatination
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.3@beta | ||
version: 1.0.1-beta.3 | ||
authors: | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.3@beta | ||
version: 1.0.1-beta.3 | ||
authors: | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
- Michael Joseph Rosenthal <[email protected]> | ||
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter | ||
dependencies: | ||
graphql: ^1.0.1-beta.3@beta | ||
graphql: ^1.0.1-beta.3 | ||
flutter: | ||
sdk: flutter | ||
meta: ^1.1.6 | ||
|