From 38eddcad3004aa887f8711e2b603eece058a9f92 Mon Sep 17 00:00:00 2001 From: Paul Statezny Date: Tue, 28 Jun 2022 11:16:54 -0700 Subject: [PATCH] v0.2.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd6afa..609b986 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add `:graphql_document` as a dependency in `mix.exs`: ```elixir def deps do [ - {:graphql_document, "~> 0.2.0"} + {:graphql_document, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 077a00a..8f0e54c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GraphQLDocument.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @source_url "https://github.com/ucbi/graphql_document" def project do