From e642a2756464a79537d822e6731a462b4d9143c4 Mon Sep 17 00:00:00 2001 From: Daniel Reigada Date: Tue, 5 Dec 2023 10:24:33 +0900 Subject: [PATCH] chore: bump version to 0.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1f63291..26034d2 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule AbsintheConstraints.MixProject do description: "Defines a GraphQL directive to be used with Absinthe to validate input values.", package: package(), - version: "0.1.1", + version: "0.2.0", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),