From 7a8215b763302b492c58201c70267e5d253be251 Mon Sep 17 00:00:00 2001 From: Boyd Multerer Date: Mon, 1 Oct 2018 17:43:20 +1300 Subject: [PATCH] bump to 1.0.3 --- changelist.md | 4 +++- mix.exs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelist.md b/changelist.md index 683acf1..7b24c5d 100644 --- a/changelist.md +++ b/changelist.md @@ -1,8 +1,10 @@ ## phoenix_markdown Changelist +### 1.0.3 +# Percent-decode server tags in URI's (thank you WalkerMills) + ### 1.0.2 # Decode HTML escape sequences inside server tags. (thank you WalkerMills) -# Percent-decode server tags in URI's (thank you WalkerMills) ### 1.0.1 # Earmark configuration now accepts a simple map. Better for config files. diff --git a/mix.exs b/mix.exs index c9fab25..7a011b0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PhoenixMarkdown.Mixfile do use Mix.Project - @version "1.0.2" + @version "1.0.3" @github "https://github.com/boydm/phoenix_markdown" @blog_post "https://medium.com/@boydm/markdown-templates-in-phoenix-25721a3bc682"