Bump v0.4.3

This commit is contained in:
Mitchell Hanberg 2020-01-07 23:49:51 -05:00
parent 3e3f4480fa
commit fb0359fa8c
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## Master
## 0.4.3
- Compiles when Phoenix is not included in the host application.
## 0.4.2
- temple.convert task no longer fails when parsing HTML fragments.

View file

@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.4.2",
version: "0.4.3",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.7",