Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Nov 18, 2021
1 parent dea895e commit 585af1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule ContentfulRenderer.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit 585af1b

Please sign in to comment.