From 585af1bbcfa1e76efc69e76234f6c8e0d256c177 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Thu, 18 Nov 2021 09:57:21 +0000 Subject: [PATCH] Bump to 0.6.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d5b9cc..1662f9a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Read [the docs](https://hexdocs.pm/contentful_renderer) for more info. ```elixir def deps do [ - {:contentful_renderer, "~> 0.4.2"} + {:contentful_renderer, "~> 0.6"} ] end ``` diff --git a/mix.exs b/mix.exs index a151818..060c2f4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ContentfulRenderer.MixProject do use Mix.Project - @version "0.5.0" + @version "0.6.0" def project do [