From 1f236efdc50fcf8abfff4e93e180a09701196b7e Mon Sep 17 00:00:00 2001 From: Matt Polzin Date: Fri, 19 May 2023 14:25:31 -0500 Subject: [PATCH] bump mix version in same PR; it is difficult to get PR reviews, so this will make releasing an update much faster. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0805a6ba..c3edec30 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.5.1", + version: "1.6.0", package: package(), compilers: compilers(Mix.env()), description: description(),