diff --git a/RELEASE.md b/RELEASE.md index c4087054..d4f2507b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +## [Earmark](https://hex.pm/packages/earmark) 1.4.31 2022-10-20 + +- Just using `EarmarkParser` 1.4.29 + ## [Earmark](https://hex.pm/packages/earmark) 1.4.30 2022-10-01 - Just using `EarmarkParser` 1.4.28 diff --git a/mix.exs b/mix.exs index 221675b9..8a4076f4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Earmark.Mixfile do use Mix.Project - @version "1.4.30" + @version "1.4.31" @url "https://github.com/pragdave/earmark"