From d9c2481410258448167464515222f7c0197c2275 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 31 Mar 2019 16:32:09 -0400 Subject: [PATCH] Bump to 1.1.3 --- graphql_parser/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql_parser/pubspec.yaml b/graphql_parser/pubspec.yaml index 11956e6f..d5028445 100644 --- a/graphql_parser/pubspec.yaml +++ b/graphql_parser/pubspec.yaml @@ -1,5 +1,5 @@ name: graphql_parser -version: 1.1.2 +version: 1.1.3 description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST. author: Tobe O homepage: https://github.com/angel-dart/graphql