From dccfc186e5b5c4d27f4fef0ab537c9748cb9b6c7 Mon Sep 17 00:00:00 2001 From: Christian Budde Christensen Date: Sat, 31 Aug 2024 18:13:52 +0100 Subject: [PATCH] release: Bump version --- packages/graphql_codegen/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql_codegen/pubspec.yaml b/packages/graphql_codegen/pubspec.yaml index 29aad9b..4d6cd29 100644 --- a/packages/graphql_codegen/pubspec.yaml +++ b/packages/graphql_codegen/pubspec.yaml @@ -3,7 +3,7 @@ description: | Simple, opinionated, codegen library for GraphQL. It allows you to generate serializers and client helpers to easily call and parse your data. -version: 0.14.0 +version: 1.0.0 homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen