From 43770c2e76d4e91dd3d57f97830267f81fc09373 Mon Sep 17 00:00:00 2001 From: Dan Schultzer Date: Wed, 1 Aug 2018 12:21:15 -0700 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 334e05b..21b1e3f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Preflight for your HTML emails. Adds inline styling, and converts HTML to plain def deps do [ # ... - {:premailex, "~> 0.2"}, + {:premailex, "~> 0.3.0"}, # ... ] end diff --git a/mix.exs b/mix.exs index 5b9c535..c17293c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Premailex.Mixfile do use Mix.Project - @version "0.2.3" + @version "0.3.0" def project do [